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

ウィンドウ ハンドルの HINSTANCE 値を格納する IntPtr

適用対象