Description
The event fired when dialogs and pages are initialized.
Syntax
Private Sub object_Initialize(Dialog, Page)
The Initialize Event syntax has these parts:
Remarks
This event is fired once for a Dialog with a NULL Page, then once for each Page when the Page is realized.
|