Set the index of selected item.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Friend Property ItemIndex As Integer
	Get
	Set

Field Value

Return Value

Item index

Remarks

ItemIndex starts with 0 and its maximum value is ItemCount-1. ItemIndex returns -1 if no item has been selected.

See Also