UltimateEditor Class Library

UltimateEditor.ButtonOutCssClass Property

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

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

Property Value

CSS Class name applied to buttons when mouse is not over. The default value is EditorButtonOut.

Remarks

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

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace