Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / TabSizeModeEnum Enumeration

In This Topic
    TabSizeModeEnum Enumeration
    In This Topic
    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.Command.TabSizeModeEnum

    See Also