ComponentFactory.Krypton.Toolkit.PaletteTrackBarPositionStates.SetInherit C# (CSharp) Method

SetInherit() public method

Sets the inheritence parent.
public SetInherit ( IPaletteElementColor inheritPosition ) : void
inheritPosition IPaletteElementColor Source for inheriting position values.
return void
        public void SetInherit(IPaletteElementColor inheritPosition)
        {
            _positionState.SetInherit(inheritPosition);
        }