Share via


XdWindowType Enumeration

InfoPath Developer Reference

The XdWindowType enumeration is used to determine the type of Microsoft Office InfoPath 2007 window that is currently displayed.

Version Information
 Version Added:  InfoPath 2003

Name Value Description
xdDesignerWindow 1 The current window is the window that is displayed in design mode.
xdEditorWindow 0 The current window is the window that is displayed when filling out a form.

Remarks

These enumerated values are returned by the Type property of the Window object.

See Also