Description

The event fired when a dialog becomes an MDI child.

Syntax

Private Sub object_MDIFloat(Dialog, Page)

The MDIFloat 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.