IWindowProvider.IsModal Proprietà

Definizione

Ottiene un valore che specifica se la finestra è modale.

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

Valore della proprietà

true se la finestra è modale; in caso contrario false.

Si applica a

Vedi anche