HwndHost::BuildWindowCore Method (HandleRef)
.NET Framework (current version)
When overridden in a derived class, creates the window to be hosted.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- hwndParent
-
Type:
System.Runtime.InteropServices::HandleRef
The window handle of the parent window.
Return Value
Type: System.Runtime.InteropServices::HandleRefThe handle to the child Win32 window to create.
This method's implementation is called from within the internal implementation of BuildWindowCore.
The child window will be created only if the window is owned by the calling thread.
Notes to Inheritors:
Override this method to build the window being hosted.
The window that you return must be a child of the window specified by hwndParent.
In addition, the child window will only be created if the window is owned by the calling thread.
.NET Framework
Available since 3.0
Available since 3.0
Show: