Description

Get or set whether this dialog should be modal when displayed.

Property type

A Boolean value.  

Syntax

object.Modal [= value]

The Modal Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McCommandDialog.
valueA Boolean value.

Remarks

This property is usually defined in the .dlg file. When a dialog is declared Modal, Show will always display it modally regardless of its parameters.