DesignerCommandSet::Verbs Property
.NET Framework (current version)
Gets the collection of all the designer verbs associated with the designed component.
Assembly: System.Design (in System.Design.dll)
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
Available since 2.0
Show: