Click or drag to resize

PaletteRibbonTabContentInheritOverride Constructor

Initialize a new instance of the PaletteRibbonTabContentInheritOverride 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 PaletteRibbonTabContentInheritOverride(
	IPaletteRibbonBack primaryBack,
	IPaletteRibbonText primaryText,
	IPaletteContent primaryContent,
	IPaletteRibbonBack backupBack,
	IPaletteRibbonText backupText,
	IPaletteContent backupContent,
	PaletteState state
)

Parameters

primaryBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonBack
First choice inheritence background.
primaryText
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonText
First choice inheritence text.
primaryContent
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
First choice inheritence content.
backupBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonBack
Backup inheritence background.
backupText
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonText
Backup inheritence text.
backupContent
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Backup inheritence content.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
Palette state to override.
See Also