Method IsSelected
IsSelected(int)
Determines whether the item at the specified index is selected.
bool IsSelected(int n)
Parameters
nintZero-based index of the item to test.
Returns
- bool
trueif the item is selected; otherwise,false.
Determines whether the item at the specified index is selected.
bool IsSelected(int n)
n intZero-based index of the item to test.
true if the item is selected; otherwise, false.