Accessors for class IlvComboBox

Properties

Description

The IlvComboBox class is an extension of the IlvTextField class that has a submenu of predefined strings that can be popped up in order to select a choice.
Enter a character string in the text field as prompted. You can also click on the menu arrow to pop up a menu. Use the menu to select a predefined choice for the text field.
You can access the submenu associated with this object in order to implement more complex behavior.

TypeNameDescriptionNotes
UIntcountReturns the number of strings stored in the menu of the combo box.
IlvPopupMenusubMenuReturns the menu attached to the combo box.

The IlvScrolledComboBox subclass has no associated submenu. Therefore, the getSubMenu member function always returns NULL.