FarPoint.Win.Spread
ScrollTipFetchEventArgs Class Members
See Also  Properties 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : ScrollTipFetchEventArgs Class


The following tables list the members exposed by ScrollTipFetchEventArgs.

Public Constructors

 NameDescription
Public ConstructorScrollTipFetchEventArgs Constructor Creates a new object with the ScrollTipFetch event arguments.  
Top

Public Properties

 NameDescription
Public PropertyColumn Gets the new left column index. If user changes vertical scrollbar, this value is -1.  
Public PropertyRow Gets the new top row index. If user changes horizontal scrollbar, this value is -1.  
Public PropertyShowTip Gets or sets whether to show the scroll tip.  
Public PropertyTipText Gets or sets the text in the scroll tip.  
Public PropertyView Gets the view that is scrolled.  
Top

See Also