Uiinfrastructure API Docs  
 

AActivitySpace.GetControl Method 

Return the requested Control. This method should probably wrap control objects in aggregating control objects to do page specific tasks. In other words, the default package control should have no page specific knowledge.

public virtual IControl GetControl(
   string controlName
);

Parameters

controlName

Return Value

IControl the requested control

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace