Click or drag to resize

PaletteRibbonTabContent Constructor

Initialize a new instance of the PaletteRibbonTabContent class.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PaletteRibbonTabContent(
	IPaletteRibbonBack paletteBack,
	IPaletteRibbonText paletteText,
	IPaletteContent paletteContent,
	NeedPaintHandler needPaint
)

Parameters

paletteBack  IPaletteRibbonBack
Source for inheriting palette ribbon background.
paletteText  IPaletteRibbonText
Source for inheriting palette ribbon text.
paletteContent  IPaletteContent
Source for inheriting palette content.
needPaint  NeedPaintHandler
Delegate for notifying paint requests.
See Also