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: |
| object | An expression evaluating to an object of type McCommandDialog. | | value | A 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.
|