PaletteContentInheritOverride(IPaletteContent, IPaletteContent, PaletteState, Boolean) 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,
PaletteState overrideState,
bool apply
)
Parameters
- primary IPaletteContent
- First choice inheritence.
- backup IPaletteContent
- Backup inheritence.
- overrideState PaletteState
- State used by the override.
- apply Boolean
- Should the override we used.
See Also