Method Append
Append(string)
Appends an item with the specified string to the end of the list box.
int Append(string s)
Parameters
sstringThe string to append.
Returns
- int
The zero-based index of the newly appended item.
Appends an item with the specified string to the end of the list box.
int Append(string s)
s stringThe string to append.
The zero-based index of the newly appended item.