Uiinfrastructure API Docs  
 

AHTMLComponent.GetComponentMgrName Method 

Returns the name of the ComponentMgr for this component. By default classes that extend AHTMLComponent may use this method to return the defualt ComponentMgr name, HTMLComponentMgr.STR_CLASS_NAME. If a component needs another ComponentMgr it should override this method.

public virtual string GetComponentMgrName();

Return Value

the name of the default ComponentMgr, HTMLComponentMgr.STR_CLASS_NAME.

See Also

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