EDITSLIDER [id] { [Flags] }
A combination of SLIDER and EDITNUMBERARROWS. Sliders are used to input numeric values within a certain range.
The value and limits of the slider are set with GeDialog::SetInt32() and GeDialog::SetFloat().
There are also functions for directly specifying the edit field with a unit, for example GeDialog::SetMeter(). Use GeDialog::GetFloat() to access the value.
See Dialog Resource for a description of the common flags.
[LAYOUTFLAGS] | Layout flags. |
[SIZE] | Manual size. |
EDITSLIDER IDC_NUMBER { SIZE 100,0; SCALE_H; }