bool window.SelectString(string)
Applicable Classes: ListBox
Return Type: bool
Parameters: string sItem
Description:
SelectString selects a string (sItem) from a ListBox. The function returns
true if it succeeds, false otherwise.
See ListBox functions for an example.
See Also: ListBox
Functions