Edit

Share via


View3.Window Property

Definition

Gets a reference to the window associated with the view.

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::WindowObject ^ Window { Microsoft::Office::Interop::InfoPath::SemiTrust::WindowObject ^ get(); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject Window { get; }
member this.Window : Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject
Public ReadOnly Property Window As WindowObject

Property Value

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.

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.

Applies to