GuiGridListSetColumnTitle

From Multi Theft Auto: Wiki
Revision as of 20:08, 30 January 2013 by UniOnDennis (talk | contribs) (Created page with "{{client function}} This function is used to change the column title of a gridlist column. ==Syntax== <syntaxhighlight lang="lua"> bool guiGridListSetColumnTitle( element guiGridlist, int colu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function is used to change the column title of a gridlist column.

Syntax

bool guiGridListSetColumnTitle( element guiGridlist, int columnIndex, string title )

Required Arguments

  • guiGridlist: The grid list you want to change the column title from
  • columnIndex: Culimn ID
  • title: The title of the column

Returns

Returns true if the new title was set, or 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