Skip to content

SetSelectedItem

t3wz edited this page Oct 2, 2015 · 1 revision

SetSelectedItem

This function sets the selected item of a gridlist.

Syntax:

bool Gridlist:SetSelectedItem ( int itemIndex )

Required Arguments

  • itemIndex: the index of the item which you want to make selected

Returns

true if the item was marked as selected, false otherwise