Choose your operating system:
Windows
macOS
Linux
Actions
Add Option |
Add an element to the option list. Target is ComboBox (Key) |
Clear Options |
Remove all the elements of the option list. Target is ComboBox (Key) |
Clear Selection |
Clear the current selection. Target is ComboBox (Key) |
Find Option Index |
Find Option Index Target is ComboBox (String) |
Get Option at Index |
Get Option at Index Target is ComboBox (String) |
Get Option Count |
Returns the number of options Target is ComboBox (String) |
Get Selected Index |
Get Selected Index Target is ComboBox (String) |
Get Selected Option |
Get Selected Option Target is ComboBox (String) |
Is Open |
Is the combobox menu openned. Target is ComboBox (Key) |
Refresh Options |
Refreshes the list of options. If you added new ones, and want to update the list even if it's currently being displayed use this. Target is ComboBox (String) |
Remove Option |
Remove Option Target is ComboBox (String) |
Set Selected Index |
Set Selected Index Target is ComboBox (String) |
Set Selected Option |
Set Selected Option Target is ComboBox (String) |