Method GetCheckBoxSize
GetCheckBoxSize(IListControlItemContainer?, CheckState?, VisualControlState?)
Gets the size of the checkbox.
public static SizeD GetCheckBoxSize(IListControlItemContainer? container, CheckState? checkState = null, VisualControlState? partState = null)
Parameters
containerIListControlItemContainerThe container of the item.
checkStateCheckState?The state of the checkbox.
partStateVisualControlState?The visual state of the checkbox.
Returns
- SizeD
The size of the checkbox.