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