ComponentFactory.Krypton.Toolkit.KryptonListBox.ShouldSerializeStateCheckedTracking C# (CSharp) Method

ShouldSerializeStateCheckedTracking() private method

private ShouldSerializeStateCheckedTracking ( ) : bool
return bool
        private bool ShouldSerializeStateCheckedTracking()
        {
            return !_stateCheckedTracking.IsDefault;
        }
KryptonListBox