TABDEFAULTSTYLE Attribute | TabDefaultStyle Property
Sets or retrieves a value that indicates the default style for all inactive tabs.
Syntax
Visual Basic Public Property TabDefaultStyle As CssCollection C# public CssCollection TabDefaultStyle { get; set; } Managed C++ public: __property CssCollection get_TabDefaultStyle();
public: __property void set_TabDefaultStyle(CssCollection);JScript public function get TabDefaultStyle() : CssCollection;
public function set TabDefaultStyle(CssCollection);
Possible Values
sTabDefaultStyle 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