SEPHOVERSTYLE Attribute | SepHoverStyle 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 SepHoverStyle As CssCollection
C# public  CssCollection SepHoverStyle { get; set; }
Managed C++ public:  __property CssCollection get_SepHoverStyle();
public:  __property void set_SepHoverStyle(CssCollection);
JScript public   function get SepHoverStyle() : CssCollection;
public   function set SepHoverStyle(CssCollection);

Possible Values

sSepHoverStyle 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