An integer combobox control.
IntegerCombobox Properties
| Property | Type | Access | Description |
|---|---|---|---|
| EditContents | String | r/w | The text in the text edit field of the control. |
| EditValue | Double | r/w | Real number value of the angle combobox, in degrees. |
| Id | Long | read | A unique number identifying the object. |
| Index | Long | read | Index of the object within its parent object. |
| LargeNudge | Double | r/w | The amount that the value of the control changes when the user holds Shift and presses the up or down arrow keys while editing the value in the control. If you do not set a value for this property, the value of the control does not change when the user these keys. |
| MaximumValue | Double | r/w | The maximum value for this control. |
| MinimumValue | Double | r/w | The minimum value for this control. |
| MinWidth | Double | r/w | The minimum width for this control. |
| Parent | Object | read | The parent of the object. |
| SmallNudge | Double | r/w | The amount that the value of the control changes when the user presses the up or down arrow keys while editing the value in the control. If you do not set a value for this property, the value of the control does not change when the user presses these keys. |
| StringList | Array of Strings | r/w | A list of the strings that appear on the menu of the control. |