Visible Property |
The Visible property gets or sets visibility of the main Mathcad window.
bool = objMC.Visible
objMC.Visible = bool
Element |
Description |
bool |
Boolean value indicating whether the main application window will be visible or not. True indicates that the window will be visible; false indicates that it will not. |
objMC |
A Mathcad application object. |