Description

Displays a dialog and select the active page.

Return Type

None  

Syntax

object.Show [Style], [Page]

The Show Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McCommandDialog.
StyleOptional. A mcCommandDialogStyle enumeration, as described in settings.

Selects how the dialog should be displayed.

PageOptional. A Variant value.

An optional Page name to activate.

Settings

The settings for Style are:

ConstantValueDescription
 mccdsDefault0

Display the dialog using its default settings

 mccdsModal1

Display the dialog and block until it closes

 mccdsHidden2

Create the dialog window, but do not show it

 mccdsDock4

Dock this dialog

 mccdsFloat8

Float this dialog

 mccdsMDIFloat16

Convert the dialog to an MDI child window

Remarks

When the parameters are omitted, this is equivalent to setting Visible to True.