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

EndUpdate() public method

Resumes painting the ListBox control after painting is suspended by the BeginUpdate method.
public EndUpdate ( ) : void
return void
        public void EndUpdate()
        {
            _listBox.EndUpdate();
        }
KryptonListBox