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

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

Resumes painting the ListBox control after painting is suspended by the BeginUpdate method.
public EndUpdate ( ) : void
Результат void
        public void EndUpdate()
        {
            _listBox.EndUpdate();
        }
KryptonListBox