MenuCommand.CommandID プロパティ

定義

メニュー コマンドに関連付けられている CommandID を取得します。

public:
 virtual property System::ComponentModel::Design::CommandID ^ CommandID { System::ComponentModel::Design::CommandID ^ get(); };
public virtual System.ComponentModel.Design.CommandID CommandID { get; }
public virtual System.ComponentModel.Design.CommandID? CommandID { get; }
member this.CommandID : System.ComponentModel.Design.CommandID
Public Overridable ReadOnly Property CommandID As CommandID

プロパティ値

メニュー コマンドに関連付けられている CommandID

適用対象

こちらもご覧ください