Expand Minimize
This topic has not yet been rated - Rate this topic

XdWindowState enumeration

This documentation is preliminary and is subject to change.

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)
[GuidAttribute("ACAB4AD8-F8EB-33BC-B516-B49EAA3B3E62")]
public enum XdWindowState
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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.