AddComboboxItem
From IfsoGUIWiki
Contents |
Declaration
AddComboboxItem(iColumn:Int, strName:String, intData:Int, strTip:String)
Adds a Combobox item to a Combobox column.
Returns
Nothing
Parameters
- iColumn:Int - Column to add to.
- strName:String - Name of the item to add.
- intData:Int - Data of the item to add.
- strTip:String - Tip of the item to add.
Gadget Information
Pertains to Multi-Column Listbox.
