IWindowProvider.IsTopmost Proprietà

Definizione

Ottiene un valore che specifica se la finestra è l'elemento più alto nell'ordine z del layout.

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

Valore della proprietà

Boolean

bool

true se la finestra è superiore; in caso contrario, false.

Si applica a