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

ShouldSerializeStateCheckedNormal() 개인적인 메소드

private ShouldSerializeStateCheckedNormal ( ) : bool
리턴 bool
        private bool ShouldSerializeStateCheckedNormal()
        {
            return !_stateCheckedNormal.IsDefault;
        }
KryptonCheckedListBox