< Previous | Contents | Next >
The RangeControl produces a control with a high and low range which can be used to specify a range of value. The control displayed is actually composed of two seperate controls, each of which returns
a Number value. To add a RangeControl, create two inputs using the AddInput function. Set the INPID_InputControl attribute to the string "RangeControl", and make sure both controls have the IC_ControlGroup set to the same value.
Set the input which will represent the Low value to have an IC_ControlID of 0, and the input which represents the High value to IC_ControlID of 1. See the example below.