GetShowComboboxData

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

GetShowComboboxData:Int()
Returns what data from the Combobox appears in the column.

Returns

The data being displayed in the cells from a Combobox gadget. Returns one of:

  • ifsoGUI_COMBOBOX_NAME - The name from the Combobox items.
  • ifsoGUI_COMBOBOX_INDEX - The Index of the Combobox items.
  • ifsoGUI_COMBOBOX_DATA - The data from the Combobox items.
  • ifsoGUI_COMBOBOX_TIP - The tip from the Combobox items.

Parameters

None

Gadget Information

Pertains to Multi-Column Listbox.

Example

Personal tools