PaletteRibbonTabContent Constructor |
Initialize a new instance of the PaletteRibbonTabContent class.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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