Click or drag to resize

PaletteRedirectGetRibbonBackColor4 Method

Gets the fourth background color for the ribbon item.

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 virtual Color GetRibbonBackColor4(
	PaletteRibbonBackStyle style,
	PaletteState state
)

Parameters

style  PaletteRibbonBackStyle
Background style.
state  PaletteState
Palette value should be applicable to this state.

Return Value

Color
Color value.

Implements

IPaletteGetRibbonBackColor4(PaletteRibbonBackStyle, PaletteState)
See Also