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

ShouldSerializeStateCommon() 개인적인 메소드

private ShouldSerializeStateCommon ( ) : bool
리턴 bool
        private bool ShouldSerializeStateCommon()
        {
            return !_stateCommon.IsDefault;
        }
KryptonCheckedListBox