ARCed.Controls.EquipSlot.EndUpdate C# (CSharp) Метод

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

Resumes painting of the control's ComboBox after painting is suspended from calling BeginUpdate().
public EndUpdate ( ) : void
Результат void
        public void EndUpdate()
        {
            this.comboBoxEquipment.EndUpdate();
        }