Uiinfrastructure API Docs  
 

ComponentMgr.RegisterComponent Method 

This method allows you to register a component with the component manager. The order in which you register components is the order in which calls will be made when doing any looping operation--storing or printing. If you attempt to re-register the same component, it will overwrite the one that existed there before.

public virtual void RegisterComponent(
   IPageControl _ptComponent
);

Parameters

_ptComponent
The component that you wish to register.

See Also

ComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace