Menu.Handle プロパティ

定義

メニューのウィンドウ ハンドルを表している値を取得します。

public:
 property IntPtr Handle { IntPtr get(); };
[System.ComponentModel.Browsable(false)]
public IntPtr Handle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Handle : nativeint
Public ReadOnly Property Handle As IntPtr

プロパティ値

IntPtr

nativeint

メニューの HMENU 値。

属性

注釈

このプロパティを使用すると、メニューへのハンドルを取得して、このクラスまたはその派生クラスによって提供される機能以外のメニューに対して特別な操作を実行できます。

適用対象