Window.Visible Properti

Definisi

Mendapatkan nilai yang melaporkan apakah jendela terlihat.

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

Nilai Properti

Boolean

bool

true jika jendela terlihat; false jika jendela tidak terlihat.

Berlaku untuk