GuiGridListGetSelectedCount

From Multi Theft Auto: Wiki

Jump to: navigation, search

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

Syntax

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

Buttons

Checkboxes

Comboboxes

Edit fields


Gridlists

Memos


Progress bars

Radio buttons

Scrollbars

Scroll panes

Static images

Tab panels

Tabs

Text labels

Windows