Gets or sets an array of type DesignerVerb that indicates the set of verbs that are currently available.
[Visual Basic] ReadOnly Property Verbs As DesignerVerb () [C#] DesignerVerb[] Verbs {get;} [C++] DesignerVerb* get_Verbs() = 0; [JScript] abstract function get Verbs() : DesignerVerb[];
An array of type DesignerVerb that indicates the set of verbs that are currently available.
The set of verbs consists of a merge of global verbs, which are added by the AddVerb method on this interface, and individual designer verbs, which are offered by individual designers. If the name of a global verb conflicts with a designer verb, the designer verb will take precedence.
IMenuCommandService Interface | IMenuCommandService Members | System.ComponentModel.Design Namespace