ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.BeginUpdate C# (CSharp) 메소드

BeginUpdate() 공개 메소드

Maintains performance while items are added to the ListBox one at a time by preventing the control from drawing until the EndUpdate method is called.
public BeginUpdate ( ) : void
리턴 void
        public void BeginUpdate()
        {
            _listBox.BeginUpdate();
        }
KryptonCheckedListBox