Returns or sets the window state of an explorer or inspector window. Can be any of the following OlWindowState values: olMaximized(1), olMinimized(2), or olNormal(3).
Read/write Long.
Syntax
object.WindowState
object Required. An expression that returns an Explorer or Inspector object.