AppWindowChangedEventArgs.IsZOrderAtTop Property

Definition

Gets a value that indicates whether the window is now at the top of the Z-order.

public:
 property bool IsZOrderAtTop { bool get(); };
bool IsZOrderAtTop();
public bool IsZOrderAtTop { get; }
var boolean = appWindowChangedEventArgs.isZOrderAtTop;
Public ReadOnly Property IsZOrderAtTop As Boolean

Property Value

Boolean

bool

true if the position of the window is at the top of the topmost windows or the top of the non-topmost windows in Z-order.; otherwise, false.

Applies to

See also