SEPSELECTEDSTYLE Attribute | SepSelectedStyle Property

Sets or retrieves a value that indicates the style for the active separators left and right (above and below) of the active TAB.

Syntax

Visual Basic  Public  Property SepSelectedStyle As CssCollection
C# public  CssCollection SepSelectedStyle { get; set; }
Managed C++ public:  __property CssCollection get_SepSelectedStyle();
public:  __property void set_SepSelectedStyle(CssCollection);
JScript public   function get SepSelectedStyle() : CssCollection;
public   function set SepSelectedStyle(CssCollection);

Possible Values

sSepSelectedStyle 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