IMenuCommandService.Verbs Property

Definition

Gets a collection of the designer verbs that are currently available.

public:
 property System::ComponentModel::Design::DesignerVerbCollection ^ Verbs { System::ComponentModel::Design::DesignerVerbCollection ^ get(); };
public System.ComponentModel.Design.DesignerVerbCollection Verbs { get; }
member this.Verbs : System.ComponentModel.Design.DesignerVerbCollection
Public ReadOnly Property Verbs As DesignerVerbCollection

Property Value

A DesignerVerbCollection that contains the designer verbs that are currently available.

Remarks

The set of currently available designer verbs consists of all global designer verbs, which are added by the AddVerb method on this interface, and individual designer verbs, which are offered by the Verbs property of individual designers. If the name of a global verb conflicts with the name of a designer verb, the designer-provided designer verb takes precedence.

Applies to

See also