Spread Windows Forms 17
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
    EndIndicates the End button
    HomeIndicates the Home button
    NextIndicates the Next button
    NextHiddenSheetIndicates the button that allow active next hidden sheet.
    NoneIndicates the None button
    PrevHiddenSheetIndicates the button that allow active previous hidden sheet.
    PreviousIndicates the Previous button
    Inheritance Hierarchy

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

    See Also