GuiComboBoxAddItem

From Multi Theft Auto: Wiki
Revision as of 14:03, 10 August 2011 by Arran Fortuna (talk | contribs)
Jump to navigation Jump to search

Adds an item to a combobox.

Syntax

int guiComboBoxAddItem( element comboBox, string value )

Required Arguments

  • comboBox: The combobox you want to add a row to
  • value: The text that the item will contain.

Returns

Returns the item ID if it has been created, false otherwise.

Example

--Todo..

See Also

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows