要求されたページは選択されたバージョンでは利用できない。
Select
Syntax
long Select (int index)
Description
Select an item in the list control based on its index.
Parameters
index
Integer value specifying the index of the item within thelist control. Note that index numbering begins with 1.
Return Value
Return 0 if the call is successful; otherwise, -1..
Notes
- This method is applicable to both ListBox and ListView controls.