HwndHost.BuildWindowCore Method
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.