Description
Sets or gets the visibility of the output window.
-
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 McOutput. | | value | A Boolean value. | Remarks
Setting this property is equivalent to calling Show or Hide.
|