SEPDEFAULTSTYLE Attribute | SepDefaultStyle Property

Sets or retrieves a value that indicates the default style for all inactive separators.

Syntax

Visual Basic  Public  Property SepDefaultStyle As CssCollection
C# public  CssCollection SepDefaultStyle { get; set; }
Managed C++ public:  __property CssCollection get_SepDefaultStyle();
public:  __property void set_SepDefaultStyle(CssCollection);
JScript public   function get SepDefaultStyle() : CssCollection;
public   function set SepDefaultStyle(CssCollection);

Possible Values

sSepDefaultStyle 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