Links are not active on this page.
 TopIndex Property

Specifies the item that appears in the top-most position in a list.

Control.TopIndex[ = nIndex]

Expand imageReturn Value

nIndex

Specifies the index of the item that appears in the top-most position in a list.

Expand imageRemarks

Applies To: ComboBox | ListBox

The index of an item reflects its position in the list, which is relative to other items in the list and can change.

Combo box controls are read-only all the time and list box controls are read-only at design time and read/write at run time.

Expand imageSee Also