Version

TabStyle Enumeration

Enumeration of tab styles
Syntax
'Declaration
 
Public Enum TabStyle 
   Inherits System.Enum
public enum TabStyle : System.Enum 
Members
MemberDescription
DefaultDefault tab style
ExcelThe tabs have straight outwardly sloping sides (in the shape of a rhombus). The right side of each tab overlaps its neighboring tab half way up except for the selected tab which overlaps its neighboring tabs on both sides.
FlatFlat tabs
Office2007RibbonOffice2007 Ribbon style tabs.
Office2010RibbonOffice2010 Ribbon style tabs.
PropertyPageStandard Property Page style tabs
PropertyPage2003Sloped leading edge
PropertyPageFlatRounded property page style tabs with a single pixel border
PropertyPageSelectedProperty Page style tab for the selected tab and hot tracked tab when hot tracking is enabled.
StateButtonsState button style tabs
VisualStudioVisual Studio style tabs
VisualStudio2005Tightly rounded corners
WizardWizard
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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