'Declaration Protected Overrides Function BuildWindowCore( _ ByVal hwndParent As HandleRef _ ) As HandleRef
'Usage Dim instance As LayoutAutoHideWindowControl Dim hwndParent As HandleRef Dim value As HandleRef value = instance.BuildWindowCore(hwndParent)
protected override HandleRef BuildWindowCore( HandleRef hwndParent )
Parameters
- hwndParent
- The window handle of the parent window.
Return Value
The handle to the child Win32 window to create.