WdWindowState 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.
Specifies the state of the current document window or task window.
public enum class WdWindowState
[System.Runtime.InteropServices.Guid("458C4ACC-B973-3A1A-8E72-F3361D5D9F55")]
public enum WdWindowState
type WdWindowState =
Public Enum WdWindowState
- Inheritance
-
WdWindowState
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdWindowStateNormal | 0 | Normal. |
wdWindowStateMaximize | 1 | Maximized. |
wdWindowStateMinimize | 2 | Minimized. |