Paint Event
Object List Next Object
Defined By: Form
Description:
A Paint event occurs when another form obscuring part of the given form is
moved.
Usage:
Sub Paint()
Details:
The Paint event will occur whenever any action on the form causes any part of
the form that was obscured to become visible. Examples include resizing, moving
forms that cover the given form, causing visibility of controls to change, and
so on.