Uiinfrastructure API Docs  
 

ComponentMgr.GetComponent Method (String)

This method returns an AComponent object given its unique instance ID. Null is returned if the component is not found.

public virtual AComponent GetComponent(
   string _strUniqueInstanceID
);

Parameters

_strUniqueInstanceID
The ID that uniquely represents the component that you want.

Return Value

The AComponent instance requested (or null).

See Also

ComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace | ComponentMgr.GetComponent Overload List