Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / ScrollTipAlign Property


In This Topic
ScrollTipAlign Property (DropDownCalendar)
In This Topic
Gets or sets the scroll tip alignment.
Syntax
'Declaration
 
Public Property ScrollTipAlign As ScrollTipAlignment
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As ScrollTipAlignment
 
instance.ScrollTipAlign = value
 
value = instance.ScrollTipAlign

Property Value

A ScrollTipAlignment type value that indicates the alignment of the scroll tip.
The default is ScrollTipAlignment.Default.
Remarks
When the user drags the scroll button to move the currently displayed months or years, a tooltip that contains the date information is shown. This property determines the alignment of this tool tip.
See Also