ActivityDesignerVerb.CommandID Property

Definition

Gets a new CommandID for an ActivityDesignerVerb.

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

Property Value

A new CommandID object.

Remarks

The CommandID is useful for placing items on a menu bar or context menu.

Applies to