Combo Box

A standard combo box / dropdown style input. Similar to a check list or radio list, it provides a single selection input that can have an event attached.

Combo Box Component

Properties

PropertyTypeDescription
OptionsContentSets the available entries and tag assignments
FontFontFont style used for the option entries
FG ColorColorForeground text color
BG ColorColorBackground or fill color behind the combo box
Option ColorColorBackground text color for a selected option
BorderBorderOptional border around the Component
EnabledBoolanEnables or disables the item - only used to control when the Change event is active
VisibilityBooleanDetermines when to show or hide the Component
ChangeEventHandles the event when the combo box selection is changed
Last Updated: