Click or drag to resize

PaletteBaseGetCheckBoxImage Method

Gets a check box image appropriate for the provided state.

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 Image GetCheckBoxImage(
	bool enabled,
	CheckState checkState,
	bool tracking,
	bool pressed
)

Parameters

enabled  Boolean
Is the check box enabled.
checkState  CheckState
Is the check box checked/unchecked/indeterminate.
tracking  Boolean
Is the check box being hot tracked.
pressed  Boolean
Is the check box being pressed.

Return Value

Image
Appropriate image for drawing; otherwise null.

Implements

IPaletteGetCheckBoxImage(Boolean, CheckState, Boolean, Boolean)
See Also