| ControlsHelperCheckControlContext Method  | 
            Returns true if specified control is under specified context name.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntaxpublic static bool CheckControlContext(
	Control control,
	string contextName
)
Parameters
- control
 - Type: System.Web.UIControl
Target control - contextName
 - Type: SystemString
Context name 
Return Value
Type: 
Boolean
See Also