ComponentFactory.Krypton.Toolkit.KryptonListBox.EndUpdate C# (CSharp) Méthode

EndUpdate() public méthode

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