GuiComboBoxSetSelected

From Multi Theft Auto: Wiki
Revision as of 17:15, 7 December 2010 by Remi-X (talk | contribs) (Syntax added. Example needed.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function sets the selected item from a combobox.

Syntax

bool guiComboBoxSetSelected ( element comboBox, int itemIndex )

Required Arguments

  • comboBox: the combobox you want to select an item from
  • itemIndex: the item you want to select (item 0 is the first item)

Returns

Returns true if the selected item has been changed successfully, 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