Table of Contents

Method GetCheckBoxSize

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

GetCheckBoxSize(Control, CheckState, VisualControlState)

Gets default checkbox size.

SizeD GetCheckBoxSize(Control control, CheckState checkState = CheckState.Unchecked, VisualControlState controlState = VisualControlState.Normal)

Parameters

control Control

Control where checkbox will be painted.

checkState CheckState

Check state.

controlState VisualControlState

Control part state.

Returns

SizeD