Method GetCheckBoxInfo
GetCheckBoxInfo(IListControlItemContainer?, RectD)
Retrieves information about the checkbox associated with the item, including its visibility, state, size, and position.
public override ListControlItem.ItemCheckBoxInfo GetCheckBoxInfo(IListControlItemContainer? container, RectD rect)
Parameters
container
IListControlItemContainerThe container that holds the item. Can be null.
rect
RectDThe bounding rectangle of the item.
Returns
- ListControlItem.ItemCheckBoxInfo
An ListControlItem.ItemCheckBoxInfo object containing details about the checkbox.