ParallelActivityDesigner.Verbs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.