System.ComponentModel.Design.ComponentDesigner.Verbs Property

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

Syntax

public virtual DesignerVerbCollection Verbs { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This 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 MenuCommand.Invoke method of the corresponding System.ComponentModel.Design.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.

Requirements

Namespace: System.ComponentModel.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0