Uiinfrastructure API Docs  
 

PageMgr.AddPageControl Method 

Retreives an instance of a Page Control specified by _strMVCPageControlName and returns it. Registers that Page Control with the ComponentMgr appropriate for it which is registered with this PageMgr instance. If no ComponentMgr of that type exists the Page Control creates a ComponentMgr of the correct type and that ComponentMgr is registered with the PageMgr.

public virtual IPageControl AddPageControl(
   string _strMVCPageControlName
);

Parameters

_strMVCPageControlName
the name of the Page Control (i.e. HTMLTextBox)

Return Value

IPageControl an instance of the Page Control Object

See Also

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