GuiGridListGetSelectedCount

From Multi Theft Auto: Wiki
Revision as of 19:40, 26 March 2009 by Awwu (talk | contribs) (New page: {{Client function}} __NOTOC__ This function returns the amount of options selected in the specified grid list. ==Syntax== <syntaxhighlight lang="lua"> int guiGridListGetSelecte...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns the amount of options selected in the specified grid list.

Syntax

int guiGridListGetSelectedCount ( element gridList )

Required Arguments

  • gridList: The grid list which amount of selected items you want to retrieve.

Returns

Returns an integer representing the amount of selected options if everything was successful or false if invalid arguments were passed.

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