TABSELECTEDSTYLE Attribute | TabSelectedStyle Property
Sets or retrieves a value that defines the style for the active TAB.
Syntax
Visual Basic Public Property TabSelectedStyle As CssCollection C# public CssCollection TabSelectedStyle { get; set; } Managed C++ public: __property CssCollection get_TabSelectedStyle();
public: __property void set_TabSelectedStyle(CssCollection);JScript public function get TabSelectedStyle() : CssCollection;
public function set TabSelectedStyle(CssCollection);
Possible Values
sTabSelectedStyle 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
Only one TAB can be active at any given time. By default, the first TAB is active.
Applies To
TABSTRIP
See Also
Internet Explorer WebControls, About the TabStrip WebControl