Düzenle

Aracılığıyla paylaş


View3.Window Property

Definition

Gets a reference to the window associated with the view.

public:
 property Microsoft::Office::Interop::InfoPath::WindowObject ^ Window { Microsoft::Office::Interop::InfoPath::WindowObject ^ get(); };
public Microsoft.Office.Interop.InfoPath.WindowObject Window { get; }
member this.Window : Microsoft.Office.Interop.InfoPath.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.

Applies to