Load event
Occurs when a display is loaded. The display is not visible or animating at this point.
Syntax
Display
_Load
where
Display
– is the name of a Display object variable that was dimensioned using the WithEvents keyword or the reserved name Display.Remarks
- When a display is not animating, ActiveX controls will not be activated and interaction with them may be limited.
- When a display is not animating, property writes and method calls to Graphics objects are not allowed and will cause errors to be raised.
Provide Feedback