Sets a value indicating how the up-down control is positioned relative to its buddy control.
public void setAlignment( int value )
value
An integer indicating whether the up-down control is positioned to the left or right of its buddy control or whether the programmer determines the position of the up-down control relative to its buddy control. Possible values are constants defined in the UpDownAlignment class. The default value is UpDownAlignment.RIGHT.
WFCInvalidEnumException thrown if the specified value is not a valid UpDownAlignment constant.
See Also getAlignment