ArcPad Scripting Object Model
ListIndex Property
See Also  Send comments on this topic.
Control Object : ListIndex Property

Glossary Item Box

Description

Returns or sets the index of the currently selected item in a ComboBox or ListBox control.

Property type

Read-write property

Syntax

object.ListIndex = [ index ]

Return Type

Long

Remarks

The first item in the list has a ListIndex of zero (0). The last item in the list has an ListIndex of ListCount - 1. An ListIndex of -1 indicates that no item is currently selected.

See Also

© 2013 All Rights Reserved.