WebFormsRootDesigner.Verbs Property

Definition

Gets the design-time verbs that are supported by the designer.

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

Property Value

An array of DesignerVerb objects supported by the designer; otherwise, null, if the component has no verbs.

Remarks

Note

Typically, a design-time environment provides a Properties command on a shortcut menu for a component. Therefore, do not include a similar entry in the collection of designer-specified verbs.

Applies to

See also