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
itemIndex
intThe zero-based index of the item in the control.
rect
RectDThe 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.