UltimateEditor Class Library

UltimateEditor.ButtonSelectCssClass Property

Gets or sets the CSS Class name applied to buttons when selected.

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

Property Value

CSS Class name applied to buttons when selected. The default value is EditorButtonSelect.

Remarks

Use this property to set the CSS Class name applied to buttons when selected.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace