|
AppActivate Event |
Triggered just before the main application window is activated.
Signature
object.AppActivate()
object
Application
An object expression that evaluates to a valid container object.
In this case, the only valid container is the application.
Remarks
No events will be fired while a modal dialog is being displayed.
| Comments? |