ActivityDesignerVerb::CommandID Property

 

Gets a new CommandID for an ActivityDesignerVerb.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property CommandID^ CommandID {
	virtual CommandID^ get() override;
}

Property Value

Type: System.ComponentModel.Design::CommandID^

A new CommandID object.

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

.NET Framework
Available since 3.0
Return to top
Show: