Skip to content

ComboBox Information

ComboBox Properties Table

ComboBox

ItemDescription
NameName of the combobox to be displayed in the Object View pane.
IndexBindable integer property to control which choice is selected.
-1 means no choice is selected.

Choices

ItemDescription
AddAdds a new choice to the combobox.
DeleteDeletes the selected choice from the combobox.

Appearance

ItemDescription
VisibilityCheckbox to enable/disable the combobox's visibility during project runtime.
OpacitySlider to set the combobox's opacity during project runtime.
BlinkingCheckbox 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

ItemDescription
XThe combobox's X-axis position on the screen.
YThe combobox's Y-axis position on the screen.
WidthThe combobox's width.
HeightThe combobox's height.
Z IndexThe combobox's display order if behind or on top of other objects.
RotationThe combobox's rotation, in degrees.
Use PercentageCheckbox to enable/disable the rotation center ranging from 0.0 to 1.0.
If disabled, the rotation is in pixels.
Rotation Center XControls the horizontal location of the rotation anchor.
Rotation Center YControls the vertical location of the rotation anchor.