Click or drag to resize

PaletteRibbonStyles Constructor

Initialize a new instance of the PaletteRibbonStyles class.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PaletteRibbonStyles(
	KryptonRibbon ribbon,
	NeedPaintHandler needPaint
)

Parameters

ribbon  KryptonRibbon
Source ribbon control instance.
needPaint  NeedPaintHandler
Delegate for notifying paint requests.
See Also