Share via


XdWindowState Enumeration

InfoPath Developer Reference

The XdWindowState enumeration is used to determine the state of the Microsoft Office InfoPath 2007 window that is represented by the Window object.

Version Information
 Version Added:  InfoPath 2003

Name Value Description
xdWindowStateMaximize 1 The window is maximized.
xdWindowStateNormal 2 The window is not maximized or minimized.
xdWindowStateMinimize 3 The window is minimized.

Remarks

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