ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.ShouldSerializeImages C# (CSharp) 메소드

ShouldSerializeImages() 개인적인 메소드

private ShouldSerializeImages ( ) : bool
리턴 bool
        private bool ShouldSerializeImages()
        {
            return !_images.IsDefault;
        }
KryptonCheckedListBox