Click or drag to resize

PaletteRedirectRadioButtonGetRadioButtonImage Method

Gets a radio button image appropriate for the provided state.

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

Parameters

enabled
Type: SystemBoolean
Is the radio button enabled.
checkState
Type: SystemBoolean
Is the radio button checked/unchecked/indeterminate.
tracking
Type: SystemBoolean
Is the radio button being hot tracked.
pressed
Type: SystemBoolean
Is the radio button being pressed.

Return Value

Type: Image
Appropriate image for drawing; otherwise null.

Implements

IPaletteGetRadioButtonImage(Boolean, Boolean, Boolean, Boolean)
See Also