ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.ShouldSerializeStateActive C# (CSharp) 메소드

ShouldSerializeStateActive() 개인적인 메소드

private ShouldSerializeStateActive ( ) : bool
리턴 bool
        private bool ShouldSerializeStateActive()
        {
            return !_stateActive.IsDefault;
        }
KryptonCheckedListBox