Verbs Property
Retrieves a DesignerVerbCollection of actions that can be performed on the component.
Syntax
Visual Basic Overrides Public ReadOnly Property Verbs As DesignerVerbCollection C# public override DesignerVerbCollection Verbs { get; } Managed C++ public: __property DesignerVerbCollection get_Verbs(); JScript public override function get Verbs() : DesignerVerbCollection;
Possible Values
sValue DesignerVerbCollection. A collection of actions that can be performed on the component. The property is read-only. The property has no default value.
Property Information
Applies To
TabStripDesigner, ToolbarDesigner, MultipageDesigner
See Also