Specifies the state of the application window of the WorkSpace.
Syntax
object.WindowState [= WinState]
Properties
The WindowState property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
state |
The state of the window. |
Settings
The settings for WinState are:
Constant |
Value |
Description |
Normal |
1 |
The window is in the normal state. |
Minimized |
2 |
The window is minimized to an icon. |
Maximized |
3 |
The window is maximized. |