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

EndUpdate() public method

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