'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