Gets or sets the numeric command ID.
[Visual Basic] Overridable Public ReadOnly Property ID As Integer [C#] public int ID {virtual get;} [C++] public: __property virtual int get_ID(); [JScript] public function get ID() : int;
The command ID number.
CommandID Class | CommandID Members | System.ComponentModel.Design Namespace