Visible Property

True if the object is visible. Read/write Boolean.

Remarks

The Application object's Visible property can only be set to False if the Application object's UserControl property is False and there are no visible projects.

If the Application object's UserControl property is True, the Window object's Visible property is also True.

Applies to | Application Object