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