Uiinfrastructure API Docs  
 

JSDatePickerMgr.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 override void RegisterComponent(
   IPageControl _ptComponent
);

Parameters

_ptComponent
The component that you wish to register.

See Also

JSDatePickerMgr Class | com.plumtree.uiinfrastructure.pagecontrols.jsdatepicker Namespace