Overview | Methods | This Package | All Packages
Retrieves the customizer of the specified component.
Syntax
public ICustomizer getCustomizer( Object component )
Parameters
component
The object to retrieve the customizer for. This parameter must be an instance of either the component class or one of its subclasses.
Return Value
Returns an object implementing the ICustomizer interface. If the component does not support a customizer, null is returned.
Remarks
A customizer provides the ability to create a set of design pages for a component, to edit the component, and to execute its design-time verbs.