ColorDialog.Instance 属性

定义

获取基础窗口实例句柄(HINSTANCE)。

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

属性值

IntPtr

nativeint

一个 IntPtr 包含窗口句柄的 HINSTANCE 值。

适用于