UltimateEditor Class Library

UltimateEditor.TabOnCssClass Property

Gets or sets the CSS Class name applied to the active tab.

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

Property Value

CSS Class name applied to the active tab. The default value is EditorTabOn.

Remarks

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

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace