PaletteTrackBarStatesSetInherit Method |
Sets the inheritence parent.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetInherit(
IPaletteElementColor inheritTick,
IPaletteElementColor inheritTrack,
IPaletteElementColor inheritPosition
)
Parameters
- inheritTick IPaletteElementColor
- Source for inheriting tick values.
- inheritTrack IPaletteElementColor
- Source for inheriting track values.
- inheritPosition IPaletteElementColor
- Source for inheriting position values.
See Also