ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.ShouldSerializeImages C# (CSharp) Méthode

ShouldSerializeImages() private méthode

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