Resumes painting the control after painting is suspended by the BeginUpdate method.
Type
Description
The BeginUpdate method prevents the control from painting until the
EndUpdate method is called. Once that BeginUpdate method was called, you have
to make sure that EndUpdate method will
be called too.