Share via


AppWindowChangedEventArgs.ZOrderBelowWindowId Property

Definition

Gets the ID of the window directly above this window in Z-order, if Z-order changed and this window is not the top window.

public:
 property WindowId ZOrderBelowWindowId { WindowId get(); };
WindowId ZOrderBelowWindowId();
public WindowId ZOrderBelowWindowId { get; }
var windowId = appWindowChangedEventArgs.zOrderBelowWindowId;
Public ReadOnly Property ZOrderBelowWindowId As WindowId

Property Value

The ID of the window directly above this window in Z-order, if DidZOrderChange is true and this window is not the top window; otherwise, 0.

Applies to

See also