DesignerCommandSet.Verbs Property

Definition

Gets the collection of all the designer verbs associated with the designed component.

public:
 property System::ComponentModel::Design::DesignerVerbCollection ^ Verbs { System::ComponentModel::Design::DesignerVerbCollection ^ get(); };
public System.ComponentModel.Design.DesignerVerbCollection Verbs { 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 for the associated designed component.

Remarks

The base implementation simply calls GetCommands with the string parameter "Verbs".

Applies to

See also