Overview | Methods | This Package | All Packages
Returns the design-time verbs supported by the associated component.
Syntax
public CustomizerVerb[] getVerbs()
Return Value
Returns an array of CustomizerVerb objects that represent the component's verbs. If the component does not support any verbs, null is returned.
Remarks
A designer should display the verbs returned by this method on the component's shortcut menu. When the user selects one of the verbs, the performVerbExecute method is invoked on the corresponding CustomizerVerb object.
Note A designer typically provides a "Properties" item on the shortcut menu. This menu item should not be included in the list of verbs returned by getVerbs.