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

BeginUpdate() 공개 메소드

Maintains performance while items are added to the control's listbox one at a time by preventing painting until EndUpdate() is called.
public BeginUpdate ( ) : void
리턴 void
        public void BeginUpdate()
        {
            this.listBoxObjects.BeginUpdate();
        }