ComponentFactory.Krypton.Ribbon.PaletteRibbonImages.ShouldSerializeCheckBox C# (CSharp) 메소드

ShouldSerializeCheckBox() 개인적인 메소드

private ShouldSerializeCheckBox ( ) : bool
리턴 bool
        private bool ShouldSerializeCheckBox()
        {
            return !_imagesCheckBox.IsDefault;
        }