Table of Contents

Method GetCheckBoxInfo

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

GetCheckBoxInfo(IListControlItemContainer?, RectD)

Retrieves information about the checkbox associated with the item, including its visibility, state, size, and position.

public virtual ListControlItem.ItemCheckBoxInfo GetCheckBoxInfo(IListControlItemContainer? container, RectD rect)

Parameters

container IListControlItemContainer

The container that holds the item. Can be null.

rect RectD

The bounding rectangle of the item.

Returns

ListControlItem.ItemCheckBoxInfo

An ListControlItem.ItemCheckBoxInfo object containing details about the checkbox.