Application.Visible Property
Project Developer Reference |
True if the object is visible. Read/write Boolean.
Syntax
expression.Visible
expression A variable that represents an Application object.
Return Value
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.
See Also