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

ResetItemStyle() private method

private ResetItemStyle ( ) : void
return void
        private void ResetItemStyle()
        {
            ItemStyle = ButtonStyle.ListItem;
        }
KryptonCheckedListBox