ShowScrollTip Property (DropDownCalendarInfo)
Gets or sets a value that indicates whether to show the scroll tip.
public bool ShowScrollTip {get; set;}
'Declaration
Public Property ShowScrollTip As Boolean
'Usage
Dim instance As DropDownCalendarInfo
Dim value As Boolean
instance.ShowScrollTip = value
value = instance.ShowScrollTip
Property Value
A
bool value that indicates whether to show the scroll tip.The default is
true.