ARCed.Controls.DatabaseObjectListBox.EndUpdate C# (CSharp) Méthode

EndUpdate() public méthode

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