Methods | This Package | All Packages
Represents a verb that can be run by a component's customizer.
package com.ms.wfc.core
public class CustomizerVerb
Remarks
A verb is command that a customizer can execute on a given component. Typically, verbs are implemented in the designer through a shortcut menu that appears when the user right-clicks the component. When the user selects the verb on the shortcut menu, the verbExecute event occurs. This event allows the customizer to add functionality to the designer.
See Also ICustomizer