Share via


Application.Visible Property (Access)

Returns or sets whether a Microsoft Access application is minimized. Read/write Boolean.

Syntax

.Visible

A variable that represents an Application object.

Remarks

When an application is launched by the user, the Visible and UserControl properties of the Application object are both set to True. When the UserControl property is set to True, it isn't possible to set the Visible property of the object to False.

When an Application object is created by using Automation, the Visible and UserControl properties of the object are both set to False.

참고 항목

개념

Application Object Members

Application Object