Uiinfrastructure API Docs  
 

ASManager.GetControlExists Method 

Checks to determine if specified control has been loaded by dynamic discovery into the hashtable of controls.

public virtual bool GetControlExists(
   string controlName
);

Parameters

controlName
Control name

Return Value

True if exists. Otherwise false.

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace