PaletteElementColorInheritOverride Constructor |
Initialize a new instance of the PaletteElementColorInheritOverride class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntaxpublic PaletteElementColorInheritOverride(
IPaletteElementColor primary,
IPaletteElementColor backup
)
Parameters
- primary IPaletteElementColor
- First choice inheritence.
- backup IPaletteElementColor
- Backup inheritence.
See Also