ARCed.Controls.EquipSlot.BeginUpdate C# (CSharp) Method

BeginUpdate() public method

Maintains performance while items are added to the control's ComboBox one at a time by preventing painting until EndUpdate() is called.
public BeginUpdate ( ) : void
return void
        public void BeginUpdate()
        {
            this.comboBoxEquipment.BeginUpdate();
        }