Description

The event fired when a dialog is docked.

Syntax

Private Sub object_Dock(Dialog, Page)

The Dock Event syntax has these parts:

PartDescription
objectA McCommandDialogs object.
DialogA McCommandDialog object.

The dialog firing the event.

PageA McCommandPage object.

The active page if any.