Click or drag to resize

PaletteRedirectCheckBoxGetCheckBoxImage Method

Gets a check box image appropriate for the provided state.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public override Image GetCheckBoxImage(
	bool enabled,
	CheckState checkState,
	bool tracking,
	bool pressed
)

Parameters

enabled
Type: SystemBoolean
Is the check box enabled.
checkState
Type: System.Windows.FormsCheckState
Is the check box checked/unchecked/indeterminate.
tracking
Type: SystemBoolean
Is the check box being hot tracked.
pressed
Type: SystemBoolean
Is the check box being pressed.

Return Value

Type: Image
Appropriate image for drawing; otherwise null.

Implements

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