Combobox




Callbacks used by Ribbon Comboboxes:

getItemCount

Sets the number of items to be displayed in the combobox.

getItemID

Sets the ID for a specific item.

getItemImage

Sets the item image of a specific item.

getItemLabel

Sets the label for a specific item.

getItemScreenTip

Sets the ScreenTip for a specific item.

getItemSuperTip

Sets the Enhanced SuperTip for a specific item.

getText

Sets the text to be displayed in the edit portion of the control.

onChange

Called when the user commits text in a combo box.





Back