Spread Windows Forms 10.0 Product Documentation
ScrollTipAlign Property (DropDownCalendarInfo)


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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.