UltimateEditor Class Library

UltimateEditor.TabOffCssClass Property

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

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

Property Value

CSS Class name applied to the inactive tab. The default value is EditorTabOff.

Remarks

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

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace