Uiinfrastructure API Docs  
 

ComponentMgr.GetComponent Method (Int32)

Returns an AComponent given an index. The index is determined by the registration order. This method can help you loop through all registered AComponents.

public virtual AComponent GetComponent(
   int _nIndex
);

Parameters

_nIndex
The index of the component you want.

Return Value

The AComponent instance requested (or null).

See Also

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