Version

TabsOverflow Enumeration

Specifies if size of tab items should be reduced when their overall size is larger than size of control.
Syntax
'Declaration
 
Public Enum TabsOverflow 
   Inherits System.Enum
public enum TabsOverflow : System.Enum 
Members
MemberDescription
KeepSizeSize of tab items is keeps according to its size, text and image.
ReduceSize of tabs is reduced if their overall size does not fit in size of control.
Requirements

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