다음을 통해 공유


CBasePane::InsertPane

지정한 창을 도킹 관리자에 등록합니다.

BOOL InsertPane(
   CBasePane* pControlBar,
   CBasePane* pTarget,
   BOOL bAfter = TRUE
);

매개 변수

  • [in] pControlBar
    삽입 창에 대 한 포인터입니다.

  • [in] pTarget
    옆에 있는 창에 대 한 포인터입니다.

  • [in] bAfter
    If TRUE, pControlBar is inserted after pTarget.If FALSE, pControlBar is inserted before pTarget.

반환 값

TRUE메서드가 성공 하면 FALSE 그렇지.

요구 사항

헤더: afxbasepane.h

참고 항목

참조

CBasePane 클래스

계층 구조 차트