WindowsFormsHost.BuildWindowCore(HandleRef) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
호스팅된 Windows Forms 컨트롤을 빌드하기 위해 BuildWindowCore(HandleRef)의 기본 클래스 구현을 재정의합니다.
protected:
override System::Runtime::InteropServices::HandleRef BuildWindowCore(System::Runtime::InteropServices::HandleRef hwndParent);
protected override System.Runtime.InteropServices.HandleRef BuildWindowCore (System.Runtime.InteropServices.HandleRef hwndParent);
override this.BuildWindowCore : System.Runtime.InteropServices.HandleRef -> System.Runtime.InteropServices.HandleRef
Protected Overrides Function BuildWindowCore (hwndParent As HandleRef) As HandleRef
매개 변수
- hwndParent
- HandleRef
부모 창의 핸들(HWND)입니다.
반환
이 개체의 창 핸들입니다.