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