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

ShouldSerializeItemStyle() 개인적인 메소드

private ShouldSerializeItemStyle ( ) : bool
리턴 bool
        private bool ShouldSerializeItemStyle()
        {
            return (ItemStyle != ButtonStyle.ListItem);
        }
KryptonCheckedListBox