Click or drag to resize

PaletteTrackBarStatesSetInherit Method

Sets the inheritence parent.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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