Click or drag to resize

IPaletteGetRadioButtonImage 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#
Image GetRadioButtonImage(
	bool enabled,
	bool checkState,
	bool tracking,
	bool pressed
)

Parameters

enabled  Boolean
Is the radio button enabled.
checkState  Boolean
Is the radio button checked.
tracking  Boolean
Is the radio button being hot tracked.
pressed  Boolean
Is the radio button being pressed.

Return Value

Image
Appropriate image for drawing; otherwise null.
See Also