Table of Contents

Method IsChecked

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

IsChecked(int)

Determines whether the specified item is checked.

bool IsChecked(int item)

Parameters

item int

The identifier of the item to check.

Returns

bool

true if the specified item is checked; otherwise, false.