XdWindowType Enum

Definition

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

xdDesignerWindow 1

The window is the type of window that is displayed in design mode.

xdEditorWindow 0

The window is the type of window that is displayed when filling out a form.

Remarks

These enumerated values are returned by the WindowType property.

Applies to