ComponentFactory.Krypton.Toolkit.PaletteTrackBarStates.ShouldSerializeTick C# (CSharp) Method

ShouldSerializeTick() private method

private ShouldSerializeTick ( ) : bool
return bool
        private bool ShouldSerializeTick()
        {
            return !_tickState.IsDefault;
        }