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.setInterceptArrowKeys
Sets a boolean value indicating whether the user can press the UP ARROW and DOWN ARROW keys to increment and decrement the value of the up-down control.
Syntax
public void setInterceptArrowKeys( boolean value )
Parameters
value
Set to true if the user can press the UP ARROW and DOWN ARROW keys to change the value of the up-down control; otherwise, set to false. The default value is false.
See Also getInterceptArrowKeys