Click or drag to resize
ListFormControlApplyCssClassAndStyles Method
Tries to apply CssClass CSS class and ControlStyle style to the control.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void ApplyCssClassAndStyles(
	WebControl control
)

Parameters

control
Type: System.Web.UI.WebControlsWebControl
Control for styling
See Also