XdWindowType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The XdWindowType enumeration is used to determine the type of a Microsoft Office InfoPath 2003 window.
public enum class XdWindowType
[System.Runtime.InteropServices.Guid("BE47E97C-54B4-385D-8BAE-324B6A167680")]
public enum XdWindowType
type XdWindowType =
Public Enum XdWindowType
- Inheritance
-
XdWindowType
- Attributes
Fields
Name | Value | Description |
---|---|---|
xdEditorWindow | 0 | The window is the type of window that is displayed when filling out a form. |
xdDesignerWindow | 1 | The window is the type of window that is displayed in design mode. |
Remarks
These enumerated values are returned by the WindowType property.