ControlsHelperGetChildControl Method (Control, Type, Boolean) |
Gets the first child control of specified type for given control.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax public static Control GetChildControl(
Control control,
Type type,
bool ensureChildControls = true
)
Parameters
- control
- Type: System.Web.UIControl
Control - type
- Type: SystemType
Control type - ensureChildControls (Optional)
- Type: SystemBoolean
Indicates whether child controls should be ensured when looking for a given control
Return Value
Type:
ControlSee Also