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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
protected void ApplyCssClassAndStyles(
	WebControl control
)

Parameters

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