Sets a value indicating whether the drop-down month calendar will be aligned to the right or left of the edit control of the date time picker control.
public final void setDropDownAlign( int value )
value
Set to LeftRightAlignment.LEFT to align the drop-down month calendar to the left of the control; set to LeftRightAlignment.RIGHT to align the drop-down month calendar to the right of the control. The default value is LeftRightAlignment.LEFT.
WFCInvalidEnumException thrown if the specified value is not a valid LeftRightAlignment constant.
See Also getDropDownAlign