ControlsHelperGetControlOfTypeRecursiveT Method |
Gets the control of specified type recursively to parent control
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax public static T GetControlOfTypeRecursive<T>(
Control parent
)
where T : Control
Parameters
- parent
- Type: System.Web.UIControl
Parent control
Type Parameters
- T
- Required control type
Return Value
Type:
TSee Also