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

ShouldSerializeStateDisabled() 개인적인 메소드

private ShouldSerializeStateDisabled ( ) : bool
리턴 bool
        private bool ShouldSerializeStateDisabled()
        {
            return !_stateDisabled.IsDefault;
        }
KryptonCheckedListBox