'Declaration
Public Enum ScrollTipPolicy Inherits System.Enum
'Usage
Dim instance As ScrollTipPolicy
public enum ScrollTipPolicy : System.Enum
'Declaration
Public Enum ScrollTipPolicy Inherits System.Enum
'Usage
Dim instance As ScrollTipPolicy
public enum ScrollTipPolicy : System.Enum
Member | Description |
---|---|
Both | Displays the text tip when the user moves either the horizontal or the vertical scroll box |
Horizontal | Displays the column number in a text tip when the user moves the horizontal scroll box |
Off | Does not display the text tip when the user moves the scroll box |
Vertical | Displays the row number in a text tip when the user moves the vertical scroll box |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.ScrollTipPolicy