ColorDialog.Instance Property

Definition

Gets the underlying window instance handle (HINSTANCE).

protected:
 virtual property IntPtr Instance { IntPtr get(); };
protected virtual IntPtr Instance { get; }
member this.Instance : nativeint
Protected Overridable ReadOnly Property Instance As IntPtr

Property Value

IntPtr

nativeint

An IntPtr that contains the HINSTANCE value of the window handle.

Applies to