SpinButton
A "spin button control" is a pair of arrow buttons that the user can click to increment or decrement a value, such as a scroll position or a number displayed in a companion control. The value associated with a spin button control is called its current position.
Control.h
| Name | Brief | Example |
|---|---|---|
| GetBase | Call this function to retrieve the current base for a spin button control. | Examples |
| GetPos | Examples | |
| GetRange | Call this function to retrieve the upper and lower limits (range) for a spin button control. | Examples |
| SetBase | Call this function to set the base for a spin button control. The base value determines whether the buddy window displays numbers in decimal or hexadecimal digits. Hexadecimal numbers are always unsigned; decimal numbers are signed. | Examples |
| SetPos | Call this function to set the current position for a spin button control. | Examples |
| SetRange | Examples | |
| SpinButton |