Share via


View2.Window Property

Gets a reference to the window associated with the view.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
'Usage

Remarks

The WindowObject object returned represents the currently active Microsoft Office InfoPath 2003 window. It can also be accessed through the WindowsCollection collection.

Example

In the following example, the Window property of the View object is used to set a reference to the first task pane contained in the TaskPanes collection:

[C#]

TaskPane taskPane;
taskPane = thisXDocument.View.Window.TaskPanes[0];

See Also

Reference

View2 Interface
View2 Members
Microsoft.Office.Interop.InfoPath Namespace