Table of Contents

Method GetCheckBoxSize

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

GetCheckBoxSize(IListControlItemContainer?, CheckState?, VisualControlState?)

Gets the size of the checkbox.

public static SizeD GetCheckBoxSize(IListControlItemContainer? container, CheckState? checkState = null, VisualControlState? partState = null)

Parameters

container IListControlItemContainer

The 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.