WindowState Property |
Specifies the state of the application or document window.
Signature
object.WindowState
object
Application, Document
The object or objects this property applies to.
WindowState
acWindowState enum; read-write
acMin |
The window is minimized. |
acMax |
The window is maximized. |
acNorm |
The window is normal (neither minimized nor maximized). |
Comments? |