Description

The event fired when dialogs and pages are displayed.

Syntax

Private Sub object_Show(Dialog, Page)

The Show Event syntax has these parts:

PartDescription
objectA McCommandDialog object.
DialogA McCommandDialog object.

The dialog firing the event.

PageA McCommandPage object.

The active page if any.

Remarks

This event is fired with a NULL Page when a Dialog is displayed, then for each Page when the Page is displayed.