ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.ShouldSerializeImages C# (CSharp) Method

ShouldSerializeImages() private method

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