HOVERSTYLE Attribute | HoverStyle Property
Sets or retrieves a value that indicates the style of the element when the user hovers the keyboard focus or mouse pointer over it.
Syntax
Visual Basic Public Property HoverStyle As CssCollection C# public CssCollection HoverStyle { get; set; } Managed C++ public: __property CssCollection get_HoverStyle();
public: __property void set_HoverStyle(CssCollection);JScript public function get HoverStyle() : CssCollection;
public function set HoverStyle(CssCollection);
Possible Values
sHoverStyle CssCollection that specifies one or more Cascading Style Sheets (CSS) attribute/value pairs. The property is read/write. The property has no default value.
Applies To
TabItem, TOOLBAR, TOOLBARBUTTON, TOOLBARCHECKBUTTON, TOOLBARCHECKGROUP, TreeBase, TREEVIEW
See Also
CssCollection, Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl