XdWindowState 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.
The XdWindowState enumeration is used to determine the state of the Microsoft InfoPath window that is represented by the WindowObject object.
public enum class XdWindowState
public enum XdWindowState
type XdWindowState =
Public Enum XdWindowState
- Inheritance
-
XdWindowState
Fields
Name | Value | Description |
---|---|---|
xdWindowStateMaximize | 1 | The window is maximized. |
xdWindowStateNormal | 2 | The window is not maximized or minimized. |
xdWindowStateMinimize | 3 | The window is minimized. |
Remarks
These enumerated values are returned or set by the WindowState property.