Methods | This Package | All Packages
Provides design-time information about components.
package com.ms.wfc.core
public final class ComponentManager
Remarks
A visual designer can use the ComponentManager class to determine the properties and events that a component supports. For example, the getComponentInfo method uses the component's ClassInfo class to create a ComponentInfo object. This instance of ComponentInfo can then be used to retrieve all properties, events, extenders, and attributes of the component.
The ComponentManager class is also used to get value editors for the component. A value editor allows property values to be edited in a property browser.
See Also IValueEditor