Element
|
Description
|
---|---|
longRet
|
Returns the index at which the string was added.
|
strItem
|
A string to be added to the list box.
|
intItem
|
An integer indicating the index of the item to remove.
|
Element
|
Description
|
---|---|
longRet
|
Returns the index at which the string was found or LBERR if not found.
|
strItem
|
The string to search for.
|
longStartAfter
|
An integer indicating the index at which to begin search. If set to -1, the entire list box is searched.
|
Element
|
Description
|
---|---|
strRet
|
The string at the specified index.
|
longIndex
|
The integer index at which to find the text.
|