CComControl::CreateControlWindow
기본적으로 호출 하 여 컨트롤 창을 만듭니다 CWindowImpl::Create.
virtual HWND CreateControlWindow(
HWND hWndParent,
RECT& rcPos
);
매개 변수
hWndParent
[in] 부모 또는 소유자 창으로 처리 합니다.잘못 된 창 핸들을 제공 해야 합니다.컨트롤 창 부모 창의 영역으로 제한 됩니다.rcPos
[in] 초기 크기 및 생성 될 창의 위치
설명
작업을 수행 하려는 경우이 메서드를 재정의 이외의 단일 창 만들기, 예를 들어, 두 개의 창을 만들려면 중 하나는 도구 모음 컨트롤에 대 한 됩니다.
예제
RECT rc = {10,10,210,110};
HWND hwndParent, hwndControl;
// get HWND of control's parent window from IOleInPlaceSite interface
m_spInPlaceSite->GetWindow(&hwndParent);
hwndControl = CreateControlWindow(hwndParent, rc);
요구 사항
헤더: atlctl.h