ComponentFactory.Krypton.Toolkit.KryptonListBox.ShouldSerializeStateTracking C# (CSharp) 메소드

ShouldSerializeStateTracking() 개인적인 메소드

private ShouldSerializeStateTracking ( ) : bool
리턴 bool
        private bool ShouldSerializeStateTracking()
        {
            return !_stateTracking.IsDefault;
        }
KryptonListBox