Window.Visible プロパティ

定義

ウィンドウが表示されているかどうかを報告する値を取得します。

public:
 property bool Visible { bool get(); };
bool Visible();
public bool Visible { get; }
var boolean = window.visible;
Public ReadOnly Property Visible As Boolean

プロパティ値

Boolean

bool

ウィンドウが表示されている場合は trueウィンドウが表示されない場合は false。

適用対象