NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComboBox.EndUpdate

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();

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace