XdWindowType enumeration

The XdWindowType enumeration is used to determine the type of a Microsoft Office InfoPath 2003 window.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
<GuidAttribute("BE47E97C-54B4-385D-8BAE-324B6A167680")> _
Public Enumeration XdWindowType
'Usage
Dim instance As XdWindowType
[GuidAttribute("BE47E97C-54B4-385D-8BAE-324B6A167680")]
public enum XdWindowType

Members

Member name Description
xdEditorWindow The window is the type of window that is displayed when filling out a form.
xdDesignerWindow The window is the type of window that is displayed in design mode.

Remarks

These enumerated values are returned by the WindowType property.

See also

Reference

Microsoft.Office.Interop.InfoPath namespace