| InputPanel Components > InputNumericBox |
The InputNumericBox component appears similar to the following at run time:
The InputNumericBox includes one field for entering the number and two up and down arrows to the right of it. Clicking on the up arrow key or down arrow key once increases/decreases the current number by one value unless you specify a value other than 1 for the InputNumericBox.Increment property. You can customize its appearance by specifying the Font and ForeColor of the number. You can also align the number to the left, center, or right of the box by setting its InputTextBox.TextAlign property.