The requested page is not available for selected version.
GetItemText
Syntax
string GetItemText(int index)
Description
Retrieve the text content of the item specified by its index within thelist control.
Parameters
index
Integer value specifying the index of the item within thelist control. Note that index numbering begins with 1.
Return Value
String value indicating the text content of the specified item.
Notes
- This method is applicable to both ListBox and ListView controls.