ComponentOne Menus and Toolbars for WinForms
TabSizeModeEnum Enumeration

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : TabSizeModeEnum Enumeration
Specifies how tabs of a C1DockingTab are sized.

Use members of this enumeration to set the value of the TabSizeMode property of a C1DockingTab.

Syntax
'Declaration
 
Public Enum TabSizeModeEnum 
   Inherits System.Enum
public enum TabSizeModeEnum : System.Enum 
Members
MemberDescription
DefaultThe default sizing mode.
FillToEndTabs are stretched to take the whole width of the tab control.
FitAll tabs are squeezed to fit into the width of the tab control.
NormalThe default sizing mode.
UserThe user can specify the tab size in the MeasureTab event.
Remarks
If C1DockingTab.TabSizeMode is set to "Default", it will be overridden with Theme's TabSizeMode on Theme applying. If C1DockingTab.TabSizeMode is set to any other value, Theme's TabSizeMode won't be applied.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Command.TabSizeModeEnum

See Also

Reference

C1.Win.C1Command Namespace