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

Parameters

state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
Specific state.

Return Value

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