XdWindowType Enum

Definition

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

public enum class XdWindowType
public enum XdWindowType
type XdWindowType = 
Public Enum XdWindowType
Inheritance
XdWindowType

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