Gets or sets a value indicating whether to display tooltips when scrolling with the thumb.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowScrollToolTips { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowScrollToolTips As Boolean |
true to display tooltips when scrolling; otherwise, false. The default is true.
See Also