ARCed.Controls.DatabaseObjectListBox.EndUpdate C# (CSharp) 메소드

EndUpdate() 공개 메소드

Resumes painting of the control's listbox after painting is suspended from calling BeginUpdate().
public EndUpdate ( ) : void
리턴 void
        public void EndUpdate()
        {
            this.listBoxObjects.EndUpdate();
        }