UltimateEditor Class Library

UltimateEditor.TextBoxCssClass Property

Gets or sets the CSS Class name applied to the text box.

[Visual Basic]
Public Property TextBoxCssClass As String
[C#]
public string TextBoxCssClass {get; set;}

Property Value

CSS Class name applied to the text box. The default value is EditorTextBox.

Remarks

Use this property to set the CSS Class name applied to the editor text box.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace