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

EndUpdate() 공개 메소드

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