OlWindowState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the window state.
public enum class OlWindowState
public enum OlWindowState
Public Enum OlWindowState
- Inheritance
-
OlWindowState
Fields
Name | Value | Description |
---|---|---|
olMaximized | 0 | The window is maximized. |
olMinimized | 1 | The window is minimized. |
olNormalWindow | 2 | The window is in the normal state (not minimized or maximized). |
Remarks
Used by the WindowState property of Inspector and Explorer objects.