Method GetCheckBoxSize
GetCheckBoxSize(AbstractControl, CheckState, VisualControlState)
Gets default checkbox size.
SizeD GetCheckBoxSize(AbstractControl control, CheckState checkState = CheckState.Unchecked, VisualControlState controlState = VisualControlState.Normal)
Parameters
control
AbstractControlControl where checkbox will be painted.
checkState
CheckStateCheck state.
controlState
VisualControlStateControl part state.