AppWindowChangedEventArgs.IsZOrderAtBottom Property

Definition

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

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

Property Value

Boolean

bool

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

Applies to

See also