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.setHorizontal
Sets a boolean value indicating whether the up-down control's arrows point to the left and right instead of up and down.
Syntax
public void setHorizontal( boolean horz )
Parameters
horz
Set to true if the arrows on the up-down control point left and right; set to false if the arrows point up and down. The default value is false.
See Also getHorizontal