DateTimePicker.setDropDownAlign

Overview | Methods | This Package | All Packages

DateTimePicker.setDropDownAlign

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.

Syntax

public final void setDropDownAlign( int value )

Parameters

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.

Exceptions

WFCInvalidEnumException thrown if the specified value is not a valid LeftRightAlignment constant.

See Also   getDropDownAlign