Table of Contents

Method Check

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

Check(int, bool)

Performs a check on the specified item, with an optional flag to enable or disable the check.

void Check(int item, bool check = true)

Parameters

item int

The item to be checked. Must be a valid integer representing the target of the check.

check bool

A boolean value indicating whether the check should be performed. true to perform the check; otherwise, false. Defaults to true.