Share via


AppWindowChangedEventArgs.IsZOrderAtBottom プロパティ

定義

ウィンドウが Z オーダーの一番下にあるかどうかを示す値を取得します。

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

プロパティ値

Boolean

bool

true ウィンドウの位置が一番上のウィンドウの一番下にある場合、または一番上以外のウィンドウの下部に Z 順に配置されている場合。それ以外の場合は false

適用対象

こちらもご覧ください