ComponentFactory.Krypton.Toolkit.KryptonListBox.ShouldSerializeStateCommon C# (CSharp) Method

ShouldSerializeStateCommon() private method

private ShouldSerializeStateCommon ( ) : bool
return bool
        private bool ShouldSerializeStateCommon()
        {
            return !_stateCommon.IsDefault;
        }
KryptonListBox