ComponentFactory.Krypton.Toolkit.KryptonListBox.ClearSelected C# (CSharp) Метод

ClearSelected() публичный Метод

Unselects all items in the KryptonListBox.
public ClearSelected ( ) : void
Результат void
        public void ClearSelected()
        {
            _listBox.ClearSelected();
        }
KryptonListBox