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

ShouldSerializeRadioButton() 개인적인 메소드

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