PaletteRedirectRibbonGeneral(IPalette, IPaletteRibbonGeneral, IPaletteRibbonGeneral, IPaletteRibbonGeneral, IPaletteRibbonGeneral) Constructor |
Initialize a new instance of the PaletteRedirectRibbonGeneral class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic PaletteRedirectRibbonGeneral(
IPalette target,
IPaletteRibbonGeneral disabled,
IPaletteRibbonGeneral normal,
IPaletteRibbonGeneral pressed,
IPaletteRibbonGeneral tracking
)
Parameters
- target IPalette
- Initial palette target for redirection.
- disabled IPaletteRibbonGeneral
- Redirection for disabled state requests.
- normal IPaletteRibbonGeneral
- Redirection for normal state requests.
- pressed IPaletteRibbonGeneral
- Redirection for pressed state requests.
- tracking IPaletteRibbonGeneral
- Redirection for tracking state requests.
See Also