HwndWrapper.CreateWindowCore Method

Definition

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.

Applies to