Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollTipFetchEventArgs Class / ShowTip Property


In This Topic
ShowTip Property (ScrollTipFetchEventArgs)
In This Topic
Gets or sets whether to show the scroll tip.
Syntax
'Declaration
 
Public Property ShowTip As Boolean
 
'Usage
 
Dim instance As ScrollTipFetchEventArgs
Dim value As Boolean
 
instance.ShowTip = value
 
value = instance.ShowTip
See Also