Click or drag to resize

CommonHelperIsOverrideState Method

Gets a value indicating if the provided value is an override 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 static bool IsOverrideState(
	PaletteState state
)

Parameters

state  PaletteState
Specific state.

Return Value

Boolean
True if an override state; otherwise false.
See Also