IsItemSelected Method (ToolbarList)

Class

ToolbarList class

Action

Determines whether or not the specified item in the ToolbarList is selected.

Syntax

bSelected = ToolbarList.IsItemSelected (iIndex)
Variable Description
bSelected Whether the specified item is selected. BOOLEAN
iIndex The item to find, specified as the index number (1-based) of the item in the list.