CurrentStyle Property
The product of merging local and global styles.
Syntax
Visual Basic Protected ReadOnly Property CurrentStyle As CssCollection C# protected CssCollection CurrentStyle { get; } Managed C++ protected: __property CssCollection get_CurrentStyle(); JScript protected function get CurrentStyle() : CssCollection;
Possible Values
sCurrentStyle CssCollection object that specifies one or more Cascading Style Sheets (CSS) attribute/value pairs. The property is read-only. The property has no default value.
Applies To
TabItem
See Also
Internet Explorer WebControls, About the TabStrip WebControl