Click or drag to resize

IPaletteGetRibbonBackColor1 Method

Gets the first 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#
Color GetRibbonBackColor1(
	PaletteRibbonBackStyle style,
	PaletteState state
)

Parameters

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

Return Value

Color
Color value.
See Also