DEFAULTSTYLE Attribute | DefaultStyle Property

Sets or retrieves a value that indicates the default style for the element.

Syntax

Visual Basic  Public  Property DefaultStyle As CssCollection
C# public  CssCollection DefaultStyle { get; set; }
Managed C++ public:  __property CssCollection get_DefaultStyle();
public:  __property void set_DefaultStyle(CssCollection);
JScript public   function get DefaultStyle() : CssCollection;
public   function set DefaultStyle(CssCollection);

Possible Values

sDefaultStyle 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

TabItem, TABSTRIP, TOOLBAR, ToolbarItem, TreeBase, TREEVIEW

See Also

CssCollection, Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl