UltimateEditor Class Library

UltimateEditor.TabOverCssClass Property

Gets or sets the CSS Class name applied to the tab when mouse is over.

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

Property Value

CSS Class name applied to the tab when mouse is over. The default value is EditorTabOver.

Remarks

Use this property to set the CSS Class name applied to the tab when mouse is over.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace