Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TabStripPolicy Enumeration


In This Topic
    TabStripPolicy Enumeration
    In This Topic
    Specifies when the component displays the sheet name tabs.
    Syntax
    'Declaration
     
    
    Public Enum TabStripPolicy 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TabStripPolicy
    public enum TabStripPolicy : System.Enum 
    Members
    MemberDescription
    AlwaysAlways displays the sheet tabs
    AsNeededDisplays the sheet tabs only when needed
    NeverDoes not display the sheet tabs
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.TabStripPolicy

    See Also