AppWindowChangedEventArgs.ZOrderBelowWindowId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.