ARCed.Controls.CheckGroupBox.BeginUpdate C# (CSharp) Метод

BeginUpdate() публичный Метод

Maintains performance while items are added to the control's CheckedListBox one at a time by preventing painting until EndUpdate() is called.
public BeginUpdate ( ) : void
Результат void
        public void BeginUpdate()
        {
            this.checkedList.BeginUpdate();
        }