XdWindowType enumeration

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

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

Syntax

'Declaration
Public Enumeration XdWindowType
'Usage
Dim instance As XdWindowType
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.SemiTrust namespace