AppWindowChangedEventArgs.IsZOrderAtBottom 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 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
.