SetColumnShowComboboxData
From IfsoGUIWiki
Contents |
Declaration
SetColumnShowComboboxData(iColumn:Int, iData:Int)
Sets what data from the Combobox appears in the column.
Returns
Nothing
Parameters
- iColumn:Int - Column of the property to set.
- iData:Int - What data from the gadget shows, one of:
- ifsoGUI_COMBOBOX_NAME
- ifsoGUI_COMBOBOX_INDEX
- ifsoGUI_COMBOBOX_DATA
- ifsoGUI_COMBOBOX_TIP
Gadget Information
Pertains to Multi-Column Listbox.
