ComboBox Object

When you want to present a list of options, but need to do it in a compact and efficient manner, the combobox object is your best choice. That's when you need to add the ComboBox object to your AutoPlay Media Studio projects!

The ComboBox object gives you the freedom to offer either a standard dropdown list or a "combo" of dropdown list plus a textual user input field, for those times when you don't want to restrict the user to only the list items.

You can control the look and feel of the object with properties such as font face, text color, size and background color. Features such as auto-sort and events for handling item selection and key presses round it all out. As you'd expect, there are ample actions included for adding, removing, inserting and updating the list items at runtime.

Note: Keyboard-friendly users can access combobox objects at run time by using the Tab and Shift+Tab keys to cycle through the tab order.

Tip: You can add a combobox object by choosing Object > ComboBox from the menu.