Click or drag to resize

CommonHelperIsOverrideStateExclude Method

Gets a value indicating if the provided value is an override state but excludes one value.

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 IsOverrideStateExclude(
	PaletteState state,
	PaletteState exclude
)

Parameters

state  PaletteState
Specific state.
exclude  PaletteState
State that should be excluded from test.

Return Value

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