Table of Contents

Method GetCheckBoxInfo

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

GetCheckBoxInfo(int, RectD)

Retrieves information about the checkbox associated with a specific item in the control.

public ListControlItem.ItemCheckBoxInfo? GetCheckBoxInfo(int itemIndex, RectD rect)

Parameters

itemIndex int

The zero-based index of the item in the control.

rect RectD

The bounding rectangle of the item.

Returns

ListControlItem.ItemCheckBoxInfo

An ListControlItem.ItemCheckBoxInfo object containing details about the checkbox, or null if the item does not have a checkbox.