Click or drag to resize
ControlsHelperCheckControlContext Method
Returns true if specified control is under specified context name.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public 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