Uiinfrastructure API Docs  
 

AActivitySpace.RegisterControl Method (String, IModel)

This method registers the control so the AActivitySpace can manage it automatically. It also initializes it with the IModel argument. This operation will fail and return false if the control is null or if there is already a control with the same name registered with the AActivitySpace.

public virtual bool RegisterControl(
   string controlName,
   IModel model
);

Parameters

controlName
model

Return Value

boolean true implies success false implies failure

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace | AActivitySpace.RegisterControl Overload List