Spread Windows Forms 7.0 Product Documentation
ScrollTipAlign Property
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : ScrollTipAlign Property


Glossary Item Box

Gets or sets the scroll tip alignment.

Syntax

Visual Basic (Declaration) 
Public Property ScrollTipAlign As ScrollTipAlignment
Visual Basic (Usage)Copy Code
Dim instance As DropDownCalendar
Dim value As ScrollTipAlignment
 
instance.ScrollTipAlign = value
 
value = instance.ScrollTipAlign
C# 
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 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.

Requirements

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

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.