Share via


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)

Syntax

'Declaration
'Usage

Members

  Member name Description
xdWindowStateMaximize The window is maximized. 
xdWindowStateMinimize The window is minimized. 
xdWindowStateNormal The window is not maximized or minimized. 

Remarks

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

See Also

Reference

Microsoft.Office.Interop.InfoPath Namespace