ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command 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.C1Command.TabSizeModeEnum

    scrap%

    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

    See Also

    Reference

    C1.Win.C1Command Namespace