Description
Get or set the visibility of a dialog.
-
Property type
-
A Boolean value.
-
Syntax
-
object.Visible [= value]
The Visible Property syntax has these parts: |
| object | An expression evaluating to an object of type McCommandDialog. | | value | A Boolean value. | Remarks
Setting Visible to True is equivalent to calling Show, setting Visible to False is equivalent to calling Hide.
|