SetShowComboboxData

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

SetShowComboboxData(iData:Int)
Sets what data from the Combobox appears in the column.

Returns

Nothing

Parameters

  • Data:Int - Should be 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.

Gadget Information

Pertains to Multi-Column Listbox.

Example

Personal tools