ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.ShouldSerializeItemStyle C# (CSharp) Метод

ShouldSerializeItemStyle() приватный Метод

private ShouldSerializeItemStyle ( ) : bool
Результат bool
        private bool ShouldSerializeItemStyle()
        {
            return (ItemStyle != ButtonStyle.ListItem);
        }
KryptonCheckedListBox