ComponentFactory.Krypton.Ribbon.PaletteGalleryRedirect.ShouldSerializeRibbonGalleryBorder C# (CSharp) 메소드

ShouldSerializeRibbonGalleryBorder() 개인적인 메소드

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