System.ComponentModel.Design.IMenuCommandService.Verbs Property

Gets a collection of the designer verbs that are currently available.

Syntax

public DesignerVerbCollection Verbs { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The set of currently available designer verbs consists of all global designer verbs, which are added by the IMenuCommandService.AddVerb(DesignerVerb) method on this interface, and individual designer verbs, which are offered by the IDesigner.Verbs property of individual designers. If the name of a global verb conflicts with the name of a designer verb, the designer-provided designer verb takes precedence.

Requirements

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