Version

inputHoverCssClass Property

the css class that will be applied when the control is hovered with the mouse indicates the CssClass for Hover state
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_inputHoverCssClass() : String
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.get_inputHoverCssClass();
See Also