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

ClearSelected() public method

Unselects all items in the KryptonCheckedListBox.
public ClearSelected ( ) : void
return void
        public void ClearSelected()
        {
            _listBox.ClearSelected();
        }
KryptonCheckedListBox