Click or drag to resize
ControlsHelperGetControlInstance Method
Gets the control instance from given control (returns cached control is the control is PartialCachingControl).

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

Parameters

control
Type: System.Web.UIControl
Control

Return Value

Type: Control
See Also