WindowsFormsHost.BuildWindowCore(HandleRef) Metoda

Definicja

Zastępuje implementację klasy bazowej BuildWindowCore(HandleRef) w celu skompilowania hostowanej kontrolki Windows Forms.

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

Parametry

hwndParent
HandleRef

Uchwyt okna nadrzędnego (HWND).

Zwraca

HandleRef

Uchwyt okna dla tego obiektu.

Dotyczy

Zobacz też