ComponentFactory.Krypton.Ribbon.PaletteGalleryState.ShouldSerializeRibbonGalleryBack C# (CSharp) Method

ShouldSerializeRibbonGalleryBack() private method

private ShouldSerializeRibbonGalleryBack ( ) : bool
return bool
        private bool ShouldSerializeRibbonGalleryBack()
        {
            return !_ribbonBack.IsDefault;
        }