The requested page is not available for selected version.
SelectByTexts
Syntax
long SelectByTexts (string[] items)
Description
Select multiple items in the list control, based on their respective text contents.
Parameters
items
Array of strings, each element specifying the text content of an item in the list control.
Return Value
Return 0 if the call is successful; otherwise, -1..
Notes
- This method is applicable to both ListBox and ListView controls.