Click or drag to resize
ControlsHelperGetChildControl Method (Control, Type, String)
Gets the first child control of specified ID for given control.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static Control GetChildControl(
	Control control,
	Type type,
	string controlId
)

Parameters

control
Type: System.Web.UIControl
Control
type
Type: SystemType
Control type
controlId
Type: SystemString
Child control ID

Return Value

Type: Control
See Also