WebFormsRootDesigner.Verbs Property

 

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

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

member Verbs : DesignerVerbCollection with get

Property Value

Type: System.ComponentModel.Design.DesignerVerbCollection

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

System_CAPS_noteNote

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.

.NET Framework
Available since 2.0
Return to top
Show: