Click or drag to resize

KryptonCheckBoxSetFixedState Method

Fix the control to a particular palette 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 virtual void SetFixedState(
	bool focus,
	bool enabled,
	bool tracking,
	bool pressed
)

Parameters

focus
Type: SystemBoolean
Focus state for display.
enabled
Type: SystemBoolean
Enabled state for display.
tracking
Type: SystemBoolean
Tracking state for display.
pressed
Type: SystemBoolean
Pressed state for display.
See Also