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