Click or drag to resize

PaletteContentInheritOverride Constructor (IPaletteContent, IPaletteContent)

Initialize a new instance of the PaletteContentInheritOverride class.

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

Parameters

primary
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
First choice inheritence.
backup
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Backup inheritence.
See Also