Uiinfrastructure API Docs  
 

ASManager.GetControl Method 

Create the requested Control. This method should not be called by developers. It is only for AActivitySpace.

public virtual IControl GetControl(
   string controlName
);

Parameters

controlName
The name of the control to create

Return Value

The control, null on failure

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace