Click or drag to resize

PaletteContentInheritOverride(IPaletteContent, IPaletteContent, PaletteState, Boolean) Constructor

Initialize a new instance of the PaletteContentInheritOverride class.

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 PaletteContentInheritOverride(
	IPaletteContent primary,
	IPaletteContent backup,
	PaletteState overrideState,
	bool apply
)

Parameters

primary  IPaletteContent
First choice inheritence.
backup  IPaletteContent
Backup inheritence.
overrideState  PaletteState
State used by the override.
apply  Boolean
Should the override we used.
See Also