WdWindowState Enumeration
Specifies the state of the current document window or task window.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdWindowState
'Usage
Dim instance As WdWindowState
public enum WdWindowState
Members
Member name | Description | |
---|---|---|
wdWindowStateNormal | Normal. | |
wdWindowStateMaximize | Maximized. | |
wdWindowStateMinimize | Minimized. |