Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TabStripButton Enumeration


In This Topic
    TabStripButton Enumeration
    In This Topic
    Specifies the sheet tab buttons.
    Syntax
    'Declaration
     
    Public Enum TabStripButton 
       Inherits System.Enum
    'Usage
     
    Dim instance As TabStripButton
    public enum TabStripButton : System.Enum 
    Members
    MemberDescription
    End Indicates the End button
    Home Indicates the Home button
    Next Indicates the Next button
    NextHiddenSheet Indicates the button that allow active next hidden sheet.
    None Indicates the None button
    PrevHiddenSheet Indicates the button that allow active previous hidden sheet.
    Previous Indicates the Previous button
    Inheritance Hierarchy

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

    See Also