ComponentFactory.Krypton.Toolkit.KryptonPaletteForm.ShouldSerializeStateInactive C# (CSharp) Method

ShouldSerializeStateInactive() private method

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