Gets the design-time verbs supported by the component that is associated with the designer.
Assembly: System.Design (in System.Design.dll)
Public Overridable ReadOnly Property Verbs As [%$TOPIC/3883f5x2_en-us_VS_110_1_0_0_0_0%]
public virtual [%$TOPIC/3883f5x2_en-us_VS_110_1_0_1_0_0%] Verbs { get; }
public:
virtual property [%$TOPIC/3883f5x2_en-us_VS_110_1_0_2_0_0%]^ Verbs {
[%$TOPIC/3883f5x2_en-us_VS_110_1_0_2_0_1%]^ get ();
}
abstract Verbs : [%$TOPIC/3883f5x2_en-us_VS_110_1_0_3_0_0%] with get
override Verbs : [%$TOPIC/3883f5x2_en-us_VS_110_1_0_3_0_1%] with get
Property Value
Type: System.ComponentModel.DesignDesignerVerbCollectionA DesignerVerbCollection of DesignerVerb objects, or if no designer verbs are available. This default implementation always returns .
Implements
IDesignerVerbsThis method returns 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. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note