CMSABTestOverviewPageAddCSSToParentControl Method |
Sets CSS class of a parent of given control.
Namespace: CMS.OnlineMarketing.Web.UIAssembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 12.0.0
Syntax protected static void AddCSSToParentControl(
Control control,
string cssClass
)
Parameters
- control
- Type: System.Web.UIControl
Child control that has a parent that's being changed - cssClass
- Type: SystemString
CSS class to change parent to
See Also