WinWindow.AlwaysOnTop Property

Gets a value that indicates whether this window always appears on top of other windows.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property AlwaysOnTop As Boolean
public virtual bool AlwaysOnTop { get; }
public:
virtual property bool AlwaysOnTop {
    bool get ();
}
abstract AlwaysOnTop : bool
override AlwaysOnTop : bool
function get AlwaysOnTop () : boolean

Property Value

Type: System.Boolean
true if this window always appears on top of other windows; otherwise, false.

.NET Framework Security

See Also

Reference

WinWindow Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace