LISTSEL Mnemonic - Select List Item

Syntax

'LISTSEL'(id,item_index)

Description

The 'LISTSEL' mnemonic forces the selection of an item by its index number (0 based). Only one item may be selected, even in a list box that allows multiple user selections (see 'LISTMSEL'). With list edit controls, use 'TITLE'.

Parameter

Description

id

Control ID of the list box, list button, or list edit control. It must be an integer between 1 and 32767.

item_index

The item selected from a list.

See Also

Mnemonics - Alphabetical Listing

Mnemonics - Group Listing