Method GetCheckBoxInfo
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
containerIListControlItemContainerThe container that holds the item. Can be null.
rectRectDThe bounding rectangle of the item.
Returns
- ListControlItem.ItemCheckBoxInfo
An ListControlItem.ItemCheckBoxInfo object containing details about the checkbox.