Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
UpDown.setAlignment
Sets a value indicating how the up-down control is positioned relative to its buddy control.
Syntax
public void setAlignment( int value )
Parameters
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.
Exceptions
WFCInvalidEnumException thrown if the specified value is not a valid UpDownAlignment constant.
See Also getAlignment