Click or drag to resize

KryptonButtonSetFixedState Method

Fix the control to a particular palette 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 virtual void SetFixedState(
	PaletteState state
)

Parameters

state  PaletteState
Palette state to fix.
See Also