ComponentFactory.Krypton.Toolkit.KryptonListBox.ShouldSerializeItemStyle C# (CSharp) Méthode

ShouldSerializeItemStyle() private méthode

private ShouldSerializeItemStyle ( ) : bool
Résultat bool
        private bool ShouldSerializeItemStyle()
        {
            return (ItemStyle != ButtonStyle.ListItem);
        }
KryptonListBox