Table of Contents

Method IsSelected

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsSelected(int)

Determines whether the item at the specified index is selected.

bool IsSelected(int n)

Parameters

n int

Zero-based index of the item to test.

Returns

bool

true if the item is selected; otherwise, false.