Window2.Active Property
Gets a value that indicates whether the window associated with the WindowObject object is the active window.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
ReadOnly Property Active As Boolean
Get
'Usage
Dim instance As Window2
Dim value As Boolean
value = instance.Active
bool Active { get; }
Property Value
Type: System.Boolean
Implements
Remarks
To designate a window as the active window, use the Activate method.
Important
This member can be accessed without restrictions.