XdWindowType Enumeration
The XdWindowType enumeration is used to determine the type of a Microsoft InfoPath 2010 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.