XdWindowState enumeration

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)

No code example is currently available or this language may not be supported.

Member nameDescription
xdWindowStateMaximizeThe window is maximized.
xdWindowStateNormalThe window is not maximized or minimized.
xdWindowStateMinimizeThe window is minimized.

These enumerated values are returned or set by the WindowState property.

Show: