ComponentDispatcher.IsThreadModal Proprietà

Definizione

Ottiene un valore che indica se il thread è modale.

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

Valore della proprietà

true se il thread è modale; in caso contrario false.

Attributi

Si applica a

Vedi anche