Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the window state.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlWindowState
'Usage
Dim instance As OlWindowState
public enum OlWindowState
Members
| Member name | Description | |
|---|---|---|
| olMaximized | The window is maximized. | |
| olMinimized | The window is minimized. | |
| olNormalWindow | The window is in the normal state (not minimized or maximized). |
Remarks
Used by the WindowState property of Inspector and Explorer objects.