Methods | This Package | All Packages

ICustomizer Interface

Defines the interface for a customizer of a component.

package com.ms.wfc.core

public interface ICustomizer

Remarks

A customizer creates a set of design pages for a component, determines its design-time verbs, and executes those verbs. Instances of objects that implement the ICustomizer interface are created by the IClassInfo.getCustomizer method.

Note   A design page is the WFC equivalent of an OLE property page. When possible, you should use a value editor instead of a design page to provide a more seamless user interface through the property browser.

The Customizer class provides a base implementation of ICustomizer.

See Also   IValueEditor