HwndWrapper.CreateWindowCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the handle for the window.
protected:
abstract IntPtr CreateWindowCore();
protected abstract IntPtr CreateWindowCore ();
abstract member CreateWindowCore : unit -> nativeint
Protected MustOverride Function CreateWindowCore () As IntPtr
Returns
IntPtr
nativeint
The handle for the window.