Click or drag to resize

PaletteContentInheritOverride Constructor (IPaletteContent, IPaletteContent, PaletteState, Boolean)

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,
	PaletteState overrideState,
	bool apply
)

Parameters

primary
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
First choice inheritence.
backup
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Backup inheritence.
overrideState
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State used by the override.
apply
Type: SystemBoolean
Should the override we used.
See Also