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

ClearSelected() public method

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