Spinner

A single line input field that lets the user select a number or value from an ordered sequence. Spinners provide two tiny arrow buttons for stepping through the elements of the sequence. The keyboard up/down arrow keys also cycle through the elements. The user may also type a (legal) value directly into the spinner.

This is what a spinner looks like:

Common Properties

Width, Height, Bindings, Enabled, Visible, Foreground, Background, Opaque, Border, Font, Cursor, Tooltip, Focusable, Popup Menu

Custom Properties

Value

(Default Property)

Default value of a spinner.

Property name: value

Property type: Integer

Use Custom Button Color

Enables custom buttons colors.

Property name: useCustomArrowButton

Property type: Boolean

Buttons Properties

Sets background and foreground colors for arrow buttons.

Property name: arrowButtonProperties

Property type: Data Table

Common Events

Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost

Was this page helpful?