ComboBox Information
ComboBox Properties Table
ComboBox
| Item | Description |
|---|---|
| Name | Name of the combobox to be displayed in the Object View pane. |
| Index | Bindable integer property to control which choice is selected. -1 means no choice is selected. |
Choices
| Item | Description |
|---|---|
| Add | Adds a new choice to the combobox. |
| Deletes the selected choice from the combobox. |
Appearance
| Item | Description |
|---|---|
| Visibility | Checkbox to enable/disable the combobox's visibility during project runtime. |
| Opacity | Slider to set the combobox's opacity during project runtime. |
| Blinking | Checkbox to enable/disable the combobox's ability to blink during project runtime. |
| Blinking Interval (ms) | Sets the interval the combobox blinks, in milliseconds, during project runtime. |
Position
| Item | Description |
|---|---|
| X | The combobox's X-axis position on the screen. |
| Y | The combobox's Y-axis position on the screen. |
| Width | The combobox's width. |
| Height | The combobox's height. |
| Z Index | The combobox's display order if behind or on top of other objects. |
| Rotation | The combobox's rotation, in degrees. |
| Use Percentage | Checkbox to enable/disable the rotation center ranging from 0.0 to 1.0. If disabled, the rotation is in pixels. |
| Rotation Center X | Controls the horizontal location of the rotation anchor. |
| Rotation Center Y | Controls the vertical location of the rotation anchor. |