Edit

Share via


Window.WindowType Property

Definition

Gets the type of window that is represented by the Window object.

public:
 abstract property Microsoft::Office::InfoPath::WindowType WindowType { Microsoft::Office::InfoPath::WindowType get(); };
public abstract Microsoft.Office.InfoPath.WindowType WindowType { get; }
member this.WindowType : Microsoft.Office.InfoPath.WindowType
Public MustOverride ReadOnly Property WindowType As WindowType

Property Value

A WindowState enumeration value that represents the window's type.

Remarks

The Window objects represents the two types of windows that are used in the InfoPath application: the editing window that is used when a user fills out a form, and the designing window that is used in design mode when a user designs a form.

This member can be accessed without restrictions.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

Applies to