BCGControlBar Library for .NET
Style Property (TabStrip)




Specifies the style of tabs.
Syntax
'Declaration
 
Public Property Style As TabStripStyle
'Usage
 
Dim instance As TabStrip
Dim value As TabStripStyle
 
instance.Style = value
 
value = instance.Style
public TabStripStyle Style {get; set;}
public: __property TabStripStyle get_Style();
public: __property void set_Style( 
   TabStripStyle value
);
public:
property TabStripStyle Style {
   TabStripStyle get();
   void set (    TabStripStyle value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TabStrip Class
TabStrip Members

Send Feedback