TABHOVERSTYLE Attribute | TabHoverStyle Property
Sets or retrieves a value that indicates the style of the TABSTRIP element when the user hovers the mouse pointer over it.
Syntax
Visual Basic Public Property TabHoverStyle As CssCollection C# public CssCollection TabHoverStyle { get; set; } Managed C++ public: __property CssCollection get_TabHoverStyle();
public: __property void set_TabHoverStyle(CssCollection);JScript public function get TabHoverStyle() : CssCollection;
public function set TabHoverStyle(CssCollection);
Possible Values
sTabHoverStyle 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
TABSTRIP
See Also
Internet Explorer WebControls, About the TabStrip WebControl