Click or drag to resize

PaletteContentInheritOverride(IPaletteContent, IPaletteContent) 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
)

Parameters

primary  IPaletteContent
First choice inheritence.
backup  IPaletteContent
Backup inheritence.
See Also