WindowState Property

Specifies the state of the application or document window.

See Also | Example

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?