Reenables redrawing of the combo box. A call to beginUpdate() must be balanced by a following call to endUpdate(). Following a call to beginUpdate(), any redrawing caused by operations performed on the combo box is deferred until the call to endUpdate().
[Visual Basic] Public Sub EndUpdate() [C#] public void EndUpdate(); [C++] public: void EndUpdate(); [JScript] public function EndUpdate();
ComboBox Class | ComboBox Members | System.WinForms Namespace