Edit

Share via


ParallelActivityDesigner.Verbs Property

Definition

Gets the collection of designer verbs to be associated with the ParallelActivityDesigner.

protected:
 virtual property System::Workflow::ComponentModel::Design::ActivityDesignerVerbCollection ^ Verbs { System::Workflow::ComponentModel::Design::ActivityDesignerVerbCollection ^ get(); };
protected override System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection Verbs { get; }
member this.Verbs : System.Workflow.ComponentModel.Design.ActivityDesignerVerbCollection
Protected Overrides ReadOnly Property Verbs As ActivityDesignerVerbCollection

Property Value

An ActivityDesignerVerbCollection that contains the designer verbs to associate with the ParallelActivityDesigner.

Remarks

The Verbs property determines the commands that are displayed on the ParallelActivityDesigner context menu.

The verb collection includes any designer verbs ParallelActivityDesigner inherits from the designer classes it extends.

Applies to