ComponentFactory.Krypton.Toolkit.PaletteTrackBarPositionStates.SetInherit C# (CSharp) 메소드

SetInherit() 공개 메소드

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