View3.Window property

Gets a reference to the window associated with the view.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
ReadOnly Property Window As WindowObject
    Get
'Usage
Dim instance As View3
Dim value As WindowObject

value = instance.Window
WindowObject Window { get; }

Property value

Type: Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject
The WindowObject associated with the current view.

Implements

View2.Window
View.Window

Remarks

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

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See also

Reference

View3 interface

View3 members

Window overload

Microsoft.Office.Interop.InfoPath.SemiTrust namespace