UltimateEditor Class Library

UltimateEditor.DropDownOutCssClass Property

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

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

Property Value

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

Remarks

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

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace