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
ASP <tagPrefix:ELEMENT HOVERSTYLE = sHoverStyle ... > Script [ sHoverStyle = ] object.HoverStyle
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. 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.
Remarks
The HOVERSTYLE attribute of a TABSEPARATOR element will overwrite the SEPHOVERSTYLE property of a TABSTRIP element.
Applies To
TAB, TABSEPARATOR, TOOLBAR, TOOLBARBUTTON, TOOLBARCHECKBUTTON, TOOLBARCHECKGROUP, TREENODE, TREENODETYPE, TREEVIEW
See Also
Show: