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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.