'Declaration Public Enum TabSizeModeEnum Inherits System.Enum
public enum TabSizeModeEnum : System.Enum
Use members of this enumeration to set the value of the TabSizeMode property of a C1DockingTab.
'Declaration Public Enum TabSizeModeEnum Inherits System.Enum
public enum TabSizeModeEnum : System.Enum
Member | Description |
---|---|
Default | The default sizing mode. |
FillToEnd | Tabs are stretched to take the whole width of the tab control. |
Fit | All tabs are squeezed to fit into the width of the tab control. |
Normal | The default sizing mode. |
User | The user can specify the tab size in the MeasureTab event. |
System.Object
System.ValueType
System.Enum
C1.Win.Command.TabSizeModeEnum
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