Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ShowScrollTip Enumeration


In This Topic
    ShowScrollTip Enumeration
    In This Topic
    Specifies how the scroll tip is shown for a GcSpreadsheet control.
    Syntax
    'Declaration
     
    Public Enum ShowScrollTip 
       Inherits System.Enum
    'Usage
     
    Dim instance As ShowScrollTip
    public enum ShowScrollTip : System.Enum 
    Members
    MemberDescription
    BothSpecifies that horizontal and vertical scroll tips are shown.
    HorizontalSpecifies that only the horizontal scroll tip is shown.
    NoneSpecifies that no scroll bar tip is shown.
    VerticalSpecifies that only the vertical scroll tip is shown.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.ShowScrollTip

    See Also