Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / TabFitMode Enumeration


In This Topic
    TabFitMode Enumeration
    In This Topic
    Specifies the way tabs are arranged within a tabstrip.
    Syntax
    'Declaration
     
    
    Public Enum TabFitMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TabFitMode
    public enum TabFitMode : System.Enum 
    Members
    MemberDescription
    MultilineIf total tab size exceeds the bounds of the strip a new tab row is created.
    NoneNo fitting is applied - the best tab size is used.
    ShrinkTabs are resized to fit the strip bounds(if they are smaller that total tab size).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.TabFitMode

    Requirements

    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