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

ShouldSerializeStatePressed() 개인적인 메소드

private ShouldSerializeStatePressed ( ) : bool
리턴 bool
        private bool ShouldSerializeStatePressed()
        {
            return !_statePressed.IsDefault;
        }
KryptonCheckedListBox