Share via


XdWindowType Enumeration

The XdWindowType enumeration is used to determine the type of Microsoft Office InfoPath 2003 window that is currently displayed. These enumerated values are returned by the Type property of the Window object.

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.

See Also | Window Object