ControlsHelperGetParentControl Method (Control, Type) |
Gets the parent control of specified type for given control.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public static Control GetParentControl(
Control control,
Type type
)
Parameters
- control
- Type: System.Web.UIControl
Control - type
- Type: SystemType
Control type
Return Value
Type:
ControlSee Also