method HTML.EndUpdate ()
Resumes painting the control after painting is suspended by the BeginUpdate method.

TypeDescription
The BeginUpdate/EndUpdate methods keeps performance of the control while multiple changes require to be applied to the control. The Refresh method refreshes the control.