System.ComponentModel.Design.IDesigner.Verbs Property

Gets a collection of the design-time verbs supported by the designer.

Syntax

public DesignerVerbCollection Verbs { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the design time verbs supported by the component associated with the designer. The verbs returned by this method are typically displayed by the design-time environment in a right-click menu. When a user selects one of the verbs, the event handler of the corresponding System.ComponentModel.Design.DesignerVerb is invoked.

Note:

A design-time environment typically provides a Properties... entry on a component's right-click menu. To avoid duplicate titles for menu entries, no verb with a title of "Properties..." should be included in a System.ComponentModel.Design.DesignerVerbCollection.

Requirements

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