ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.ShouldSerializeStateTracking C# (CSharp) Method

ShouldSerializeStateTracking() private method

private ShouldSerializeStateTracking ( ) : bool
return bool
        private bool ShouldSerializeStateTracking()
        {
            return !_stateTracking.IsDefault;
        }
KryptonCheckedListBox