WebFormsRootDesigner.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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.