UltimateEditor Class Library

UltimateEditor.DropDownOverCssClass Property

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

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

Property Value

CSS Class name applied to dropdowns when mouse is over. The default value is EditorDropDownOver.

Remarks

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

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace