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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetInherit(
	IPaletteElementColor inheritTick,
	IPaletteElementColor inheritTrack,
	IPaletteElementColor inheritPosition
)

Parameters

inheritTick
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteElementColor
Source for inheriting tick values.
inheritTrack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteElementColor
Source for inheriting track values.
inheritPosition
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteElementColor
Source for inheriting position values.
See Also