SLIDER [id]
{
[Flags]
}
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().
Use GeDialog::GetInt32() and GeDialog::GetFloat() to access the value.
See Dialog Resource for a description of the common flags.
| [LAYOUTFLAGS] | Layout flags. |
| [SIZE] | Manual size. |
SLIDER IDC_NUMBER { SIZE 100,0; }