DesignerCommandSet::Verbs Property

 

Gets the collection of all the designer verbs associated with the designed component.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
property DesignerVerbCollection^ Verbs {
	DesignerVerbCollection^ get();
}

Property Value

Type: System.ComponentModel.Design::DesignerVerbCollection^

A DesignerVerbCollection that contains the designer verbs for the associated designed component.

The base implementation simply calls GetCommands with the string parameter "Verbs".

.NET Framework
Available since 2.0
Return to top
Show: