ComponentFactory.Krypton.Ribbon.PaletteGalleryRedirect.ShouldSerializeRibbonGalleryBorder C# (CSharp) Method

ShouldSerializeRibbonGalleryBorder() private method

private ShouldSerializeRibbonGalleryBorder ( ) : bool
return bool
        private bool ShouldSerializeRibbonGalleryBorder()
        {
            return !_ribbonBorder.IsDefault;
        }