Skip to main content
.NET Framework Class Library
ComponentDesignerVerbs Property

Gets the design-time verbs supported by the component that is associated with the designer.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)
Syntax
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.DesignDesignerVerbCollection
A DesignerVerbCollection of DesignerVerb objects, or if no designer verbs are available. This default implementation always returns .

Implements

IDesignerVerbs
Remarks

This 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.

NoteNote

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.

Version Information

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0
.NET Framework Security
Platforms

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.