Description
Returns or set whether the application is visible or not.
-
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 McApplication. | | value | A Boolean value. | Remarks
When a new McApplication instance is created, it is originally not visible. Setting this property to true, displays the application's window or restore it if it was minimized.
|