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

ShouldSerializeStateDisabled() private method

private ShouldSerializeStateDisabled ( ) : bool
return bool
        private bool ShouldSerializeStateDisabled()
        {
            return !_stateDisabled.IsDefault;
        }
KryptonListBox