This RePaint method is used to complete any kind of pending screen updates for any particular form. In the process of doing so, the RePaint method also completes any particular pending circulations. If values in number of fields are altered, Microsoft Access may not display any changes right at the moment. Microsoft Access awaits the pending updates until all other tasks are finished. The repaint method allows you to control repainting methods at once you have specified the form.
Example:
protected virtual void OnPaint( PaintEventArgs e);
|