Click or drag to resize

KryptonSplitContainerSetFixedState 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(
	PaletteState stateSplit,
	PaletteState stateSeparator
)

Parameters

stateSplit
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
Palette state to fix against the split container.
stateSeparator
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
Palette state to fix against the separator.
See Also