Click or drag to resize
ControlsHelperGetContextManager Method
Returns context manager for specified control.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static IControlContextManager GetContextManager(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Target control

Return Value

Type: IControlContextManager
See Also