DesktopWindowTarget.IsTopmost Proprietà

Definizione

Ottiene un valore che indica se la finestra viene eseguito il rendering in cima a tutte le altre finestre.

public:
 property bool IsTopmost { bool get(); };
bool IsTopmost();
public bool IsTopmost { get; }
var boolean = desktopWindowTarget.isTopmost;
Public ReadOnly Property IsTopmost As Boolean

Valore della proprietà

Boolean

bool

true se la finestra viene eseguito il rendering sopra tutte le altre finestre; in caso contrario, false.

Si applica a