Share via


Customizer Class

Methods | This Package | All Packages

Implements the customizer of a component.

package com.ms.wfc.core

public class Customizer
implements
ICustomizer****

Remarks

This class provides a base implementation of the ICustomizer interface. A customizer creates a set of design pages for a component, determines its design-time verbs, and executes those verbs.

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.

See Also   IValueEditor