dbicTabs Send comments on this topic.
enumSizeMode Enumeration
See Also  
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace : enumSizeMode Enumeration

The size mode for the tab width.

Syntax

Visual Basic (Declaration) 
Public Enum enumSizeMode 
   Inherits System.Enum
C# 
public enum enumSizeMode : System.Enum 

Members

MemberDescription
FixedFixed width based on TabWidth Property
FullStretches/compresses the tabs to fill the whole control.
NormalSets the tabs to fit the text and/or image within the tab.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Tabs.enumSizeMode

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also