BCGControlBar Library for .NET
TabStripStyle Enumeration




Defines the style of tabs on the tabstrip control.

Syntax
'Declaration
 
Public Enum TabStripStyle 
   Inherits System.Enum
'Usage
 
Dim instance As TabStripStyle
public enum TabStripStyle : System.Enum 
__value public enum TabStripStyle : public System.Enum 
public enum class TabStripStyle : public System.Enum 
Members
MemberDescription
Buttonstabs appear as buttons, and no border is drawn around the display area
Exceltabs appear as tabs in MS Excel2003
Flattabs appear on the same plane as the background
OneNotetabs appear as tabs in OneNote 2003
OneNote2007 
Rounded3Dtabs appear as rounded 3D buttons
Simple3Dtabs appear as 3D buttons
VS2003tabs appear as tabs in Visual Studio 2003
VS2005tabs appear as non-rounded tabs in Visual Studio 2005
VS2005Roundedtabs appear as rounded tabs in Visual Studio 2005
WinXPButtons 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Shared.TabStripStyle

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

BCGSoft.Shared Namespace

Send Feedback