ARCed.Controls.CheckGroupBox.EndUpdate C# (CSharp) Method

EndUpdate() public method

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