View3.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
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.WindowObject
The WindowObject associated with the current view.
Implements
Remarks
The WindowObject object returned represents the currently active Microsoft InfoPath window. It can also be accessed through the WindowsCollection collection.