ComponentDesigner::Verbs Property
.NET Framework (current version)
Gets the design-time verbs supported by the component that is associated with the designer.
Assembly: System.Design (in System.Design.dll)
Property Value
Type: System.ComponentModel.Design::DesignerVerbCollection^A DesignerVerbCollection of DesignerVerb objects, or null if no designer verbs are available. This default implementation always returns null.
Implements
IDesigner::VerbsThis method returns null if the component has no design-time verbs.
The design-time environment typically displays verbs returned by this method in a shortcut (right-click) menu. When a user selects one of the verbs, the Invoke method of the corresponding DesignerVerb is invoked.
Note |
|---|
A design-time environment typically provides a Properties command on a component's shortcut menu. Therefore, do not include such an entry in the collection of designer-specified verbs. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
