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

ShouldSerializeStateNormal() 개인적인 메소드

private ShouldSerializeStateNormal ( ) : bool
리턴 bool
        private bool ShouldSerializeStateNormal()
        {
            return !_stateNormal.IsDefault;
        }
KryptonCheckedListBox