Window2.Active-Eigenschaft
Ruft einen Wert ab, der angibt, ob das dem WindowObject-Objekt zugeordnete Fenster das aktive Fenster ist.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(5)> _
ReadOnly Property Active As Boolean
'Usage
Dim instance As Window2
Dim value As Boolean
value = instance.Active
[DispIdAttribute(5)]
bool Active { get; }
Hinweise
Um ein Fenster als aktives Fenster festzulegen, verwenden Sie die Activate-Methode.
Siehe auch
Referenz
Window2-Schnittstelle
Window2-Member
Microsoft.Office.Interop.InfoPath-Namespace