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();
        }