Sdílet prostřednictvím


WindowsFormsHost.BuildWindowCore(HandleRef) Metoda

Definice

Přepíše implementaci BuildWindowCore(HandleRef) základní třídy pro sestavení hostovaného model Windows Forms ovládacího prvku.

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

Úchyt nadřazeného okna (HWND).

Návraty

HandleRef

Úchyt okna pro tento objekt.

Platí pro

Viz také