public class Customizer
implements ICustomizer
Provides a base class implementation of the ICustomizer interface.
Methods
Name | Description |
---|---|
edit() | Edits the component associated with the customizer. |
getDesignFilter() | Allows your component to support a design time user interface. |
getDesignPages() | Returns an array of of classes for each design page that this component utilizes. |
getVerbs() | Retrieves the design-time verbs supported by the component associated with the customizer. |
performVerb(CustomizerVerb verb) | Performs the action associated with the given verb on the component associated with the customizer. |
Edits the component associated with the customizer.
Returns an IDesignFilter object if your component requires design time message filtering; otherwise, returns null.
Allows your component to support a design time user interface.
Returns an array of of classes for each design page that this component utilizes.
Returns an array of verbs supported by the component.
Retrieves the design-time verbs supported by the component associated with the customizer.
Performs the action associated with the given verb on the component associated with the customizer.