EDITNUMBERARROWS

Definition

EDITNUMBERARROWS [id]
{
  [Flags]
}

Description

Edit number fields are used to input numeric values. Like EDITNUMBER but with a pair of arrows to change the value.
The unit, value and limits of the field are set with GeDialog::SetInt32() and GeDialog::SetFloat().
There are also functions for directly specifying the field with a unit, for example GeDialog::SetMeter().
Use GeDialog::GetInt32() and GeDialog::GetFloat() to access the value.

Flags

See Dialog Resource for a description of the common flags.

[LAYOUTFLAGS]Layout flags.
[SIZE]Manual size.

Example

EDITNUMBERARROWS IDC_NUMBER { SIZE 100,0; SCALE_H; }

Further Reading