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

Window.Active

Remarks

To designate a window as the active window, use the Activate method.

Important

This member can be accessed without restrictions.

See also

Reference

Window2 interface

Window2 members

Active overload

Microsoft.Office.Interop.InfoPath.SemiTrust namespace