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.
The XdWindowState enumeration is used to determine the state of the Microsoft Office InfoPath 2003 window that is represented by the WindowObject object.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
<GuidAttribute("ACAB4AD8-F8EB-33BC-B516-B49EAA3B3E62")> _
Public Enumeration XdWindowState
'Usage
Dim instance As XdWindowState
[GuidAttribute("ACAB4AD8-F8EB-33BC-B516-B49EAA3B3E62")]
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.