Spread Windows Forms 12.0 Product Documentation
ScrollTipAlign Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : ScrollTipAlign Property
Gets or sets the scroll tip alignment.
Syntax
'Declaration
 
Public Property ScrollTipAlign As ScrollTipAlignment
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As ScrollTipAlignment
 
instance.ScrollTipAlign = value
 
value = instance.ScrollTipAlign
public ScrollTipAlignment ScrollTipAlign {get; set;}

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 thumb bar used for moving the current displayed months or years, a tooltip that contains the date information is displayed. This property determines the alignment of that tooltip.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members