ComponentFactory.Krypton.Ribbon.PaletteRibbonImages.ShouldSerializeRadioButton C# (CSharp) Method

ShouldSerializeRadioButton() private method

private ShouldSerializeRadioButton ( ) : bool
return bool
        private bool ShouldSerializeRadioButton()
        {
            return !_imagesRadioButton.IsDefault;
        }