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:

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

Remarks

Setting this property is equivalent to calling Show or Hide.