Share via


ComponentDispatcher.IsThreadModal Propriété

Définition

Obtient une valeur qui indique si le thread est modal.

public:
 static property bool IsThreadModal { bool get(); };
public static bool IsThreadModal { [System.Security.SecurityCritical] get; }
public static bool IsThreadModal { get; }
[<get: System.Security.SecurityCritical>]
member this.IsThreadModal : bool
member this.IsThreadModal : bool
Public Shared ReadOnly Property IsThreadModal As Boolean

Valeur de propriété

Boolean

true si le thread est modal ; sinon, false.

Attributs

S’applique à

Voir aussi