Spread Windows Forms 12.0 Product Documentation
ShowScrollTip Property (DropDownCalendar)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : ShowScrollTip Property
Gets or sets a value that indicates whether to show the scroll tip.
Syntax
'Declaration
 
Public Property ShowScrollTip As Boolean
'Usage
 
Dim instance As DropDownCalendar
Dim value As Boolean
 
instance.ShowScrollTip = value
 
value = instance.ShowScrollTip
public bool ShowScrollTip {get; set;}

Property Value

A bool value that indicates whether to show the scroll tip.The default is true.
See Also

Reference

DropDownCalendar Class
DropDownCalendar Members