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

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

Maintains performance while items are added to the ListBox one at a time by preventing the control from drawing until the EndUpdate method is called.
public BeginUpdate ( ) : void
Результат void
        public void BeginUpdate()
        {
            _listBox.BeginUpdate();
        }
KryptonListBox