Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SpinButton property shows or hides a spin button in an EDITLINE control. A spin button is like a mini scrollbar with only the up/down arrows. When the user would expect to be able to increment or decrement a numeric value by clicking the up and down arrows respectfully. However, you may choose to respond to the clicks in any way you wish.

Auto Mode. If you want the spin buttons to automatically update the EDITLINE, then set the SpinRange property.

Manual Mode. If you want to customize the behavior of the spin buttons, then do not set the SpinRange property. InsteadTo respond to users clicking the spin button, capture the OnSpinClick event.

...