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
container
IListControlItemContainerThe container of the item.
checkState
CheckState?The state of the checkbox.
partState
VisualControlState?The visual state of the checkbox.
Returns
- SizeD
The size of the checkbox.