Table of Contents

Delegate PlessControlPainterHandler.GetCheckBoxSvgDelegate

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

Represents a delegate that returns a SvgImage based on a specified CheckState.

public delegate SvgImage PlessControlPainterHandler.GetCheckBoxSvgDelegate(CheckState checkState)

Parameters

checkState CheckState

The current CheckState of the checkbox, which can be Unchecked, Checked, or Indeterminate.

Returns

SvgImage

An SvgImage instance that visually represents the given check state.