Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollTipPolicy Enumeration


In This Topic
    ScrollTipPolicy Enumeration
    In This Topic
    Specifies whether the component displays the text tip when the user moves the scroll box.
    Syntax
    'Declaration
     
    
    Public Enum ScrollTipPolicy 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScrollTipPolicy
    public enum ScrollTipPolicy : System.Enum 
    Members
    MemberDescription
    BothDisplays the text tip when the user moves either the horizontal or the vertical scroll box
    HorizontalDisplays the column number in a text tip when the user moves the horizontal scroll box
    OffDoes not display the text tip when the user moves the scroll box
    VerticalDisplays the row number in a text tip when the user moves the vertical scroll box
    Inheritance Hierarchy

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

    See Also