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

XdWindowState Enumeration (Microsoft.Office.Interop.InfoPath.SemiTrust)

The XdWindowState enumeration is used to determine the state of the Microsoft Office InfoPath 2007 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)
public enum XdWindowState
 Member nameDescription
xdWindowStateMaximizeThe window is maximized. 
xdWindowStateMinimizeThe window is minimized. 
xdWindowStateNormalThe window is not maximized or 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.