Method GetCheckBoxInfo
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
itemIndexintThe zero-based index of the item in the control.
rectRectDThe bounding rectangle of the item.
Returns
- ListControlItem.ItemCheckBoxInfo
An ListControlItem.ItemCheckBoxInfo object containing details about the checkbox, or
nullif the item does not have a checkbox.