Click or drag to resize
CMSABTestOverviewPageAddCSSToParentControl Method
Sets CSS class of a parent of given control.

Namespace: CMS.OnlineMarketing.Web.UI
Assembly: CMS.OnlineMarketing.Web.UI (in CMS.OnlineMarketing.Web.UI.dll) Version: 13.0.131
Syntax
C#
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