CommonHelperIsOverrideStateExclude Method |
Gets a value indicating if the provided value is an override state but excludes one value.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool IsOverrideStateExclude(
PaletteState state,
PaletteState exclude
)
Parameters
- state PaletteState
- Specific state.
- exclude PaletteState
- State that should be excluded from test.
Return Value
BooleanTrue if an override state; otherwise false.
See Also