Table of Contents

Method ToggleItemCheckState

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

ToggleItemCheckState(int)

Changes item CheckState to the next value.

public virtual bool ToggleItemCheckState(int itemIndex)

Parameters

itemIndex int

Index of the item.

Returns

bool

ToggleItemCheckState(PointD)

Toggles checked state of the item at the specified coordinates.

public virtual bool ToggleItemCheckState(PointD location)

Parameters

location PointD

A PointD object containing the coordinates used to obtain the item index.

Returns

bool