property CalendarCombo.Alignment as AlignmentEnum
Specifies the alignment for the drop down portion of the control.

TypeDescription
AlignmentEnum An AlignmentEnum expression that specifies the alignment of the drop down portion of the control relative to the control's label. If the Alignment property is 16, the width of the drop down portion is the same as the width of the control's label, in other words the drop down portion is aligned to the control's label.
By default, the Alignment property is RightAlignment, which makes the rightmost portion of the control being aligned with the rightmost portion of the control's label. The AlignmentDay property specifies the day's alignment relative to its cell. Use the Alignment property to specify a different alignment for the drop down portion of the control. The size of the drop down portion of the control is automatically computed based on the control's AutoSize, Font, MaxMonthX and MaxMonthY properties.