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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool IsOverrideStateExclude(
	PaletteState state,
	PaletteState exclude
)

Parameters

state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
Specific state.
exclude
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State that should be excluded from test.

Return Value

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