Table of Contents

Method GetSelected

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

GetSelected(int)

Determines whether the item at the specified index is selected.

public virtual bool GetSelected(int n)

Parameters

n int

Zero-based index of the item to test.

Returns

bool

true if the item is selected; otherwise, false.