Click or drag to resize

PaletteNavigatorOverride Constructor (PaletteNavigatorOtherRedirect, PaletteNavigatorOther, PaletteState)

Initialize a new instance of the PaletteNavigatorOverride class.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PaletteNavigatorOverride(
	PaletteNavigatorOtherRedirect normalOther,
	PaletteNavigatorOther overrideOther,
	PaletteState overrideState
)

Parameters

normalOther
Type: Internal.ComponentFactory.Krypton.NavigatorPaletteNavigatorOtherRedirect
Normal palette to use.
overrideOther
Type: Internal.ComponentFactory.Krypton.NavigatorPaletteNavigatorOther
Override palette to use.
overrideState
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State used by the override.
See Also