ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.ShouldSerializeStatePressed C# (CSharp) Method

ShouldSerializeStatePressed() private method

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