NumericRangeInput¶
- component fbx.ui.control.NumericRangeInput¶
A combo with a predefined acceptable range of numeric values. Values may be input through keyboard.
minimumValue <= value <= maximumValue
- property value¶
An integer corresponding to the current value.
- property minimumValue¶
An integer
- property maximumValue¶
An integer greater than minimumValue.
- property enabled¶
Whether the widget accepts user interaction.