Click or drag to resize

RenderBaseDrawCheckBox Method

Perform drawing of a check box.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public abstract void DrawCheckBox(
	RenderContext context,
	Rectangle displayRect,
	IPalette palette,
	bool enabled,
	CheckState checkState,
	bool tracking,
	bool pressed
)

Parameters

context  RenderContext
Render context.
displayRect  Rectangle
Display area available for drawing.
palette  IPalette
Palette for sourcing display values.
enabled  Boolean
Should check box be displayed as enabled.
checkState  CheckState
The checked state of the check box.
tracking  Boolean
Should check box be displayed as hot tracking.
pressed  Boolean
Should check box be displayed as pressed.

Implements

IRenderGlyphDrawCheckBox(RenderContext, Rectangle, IPalette, Boolean, CheckState, Boolean, Boolean)
See Also