IWindowProvider.IsTopmost Proprietà

Definizione

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

public:
 property bool IsTopmost { bool get(); };
public bool IsTopmost { get; }
member this.IsTopmost : bool
Public ReadOnly Property IsTopmost As Boolean

Valore della proprietà

true se la finestra è più in alto; in caso contrario false, .

Si applica a

Vedi anche