Version

DropDownCalendarAlignment Property

Gets/sets the alignment for the control's dropdown calendar.
Syntax
'Declaration
 
Public Property DropDownCalendarAlignment As DropDownListAlignment
public DropDownListAlignment DropDownCalendarAlignment {get; set;}
Remarks

When the control's dropdown button is clicked, a calendar is displayed. Its selected date is preset to the date in the edit portion, or, if no valid date is set, the current date. When the control's dropdown calendar closes up, the edit portion is set to display the date that was selected in the calendar portion. The DropDownCalendarAlignment property determines which side of the control the dropdown calendar will be aligned with.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also