XdWindowState Enumeration
The XdWindowState enumeration is used to determine the state of the Microsoft InfoPath 2010 window that is represented by the WindowObject object.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Public Enumeration XdWindowState
'Usage
Dim instance As XdWindowState
public enum XdWindowState
Members
Member name | Description | |
---|---|---|
xdWindowStateMaximize | The window is maximized. | |
xdWindowStateNormal | The window is not maximized or minimized. | |
xdWindowStateMinimize | The window is minimized. |
Remarks
These enumerated values are returned or set by the WindowState property.