ComponentDispatcher.IsThreadModal Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de thread modaal is.

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

Waarde van eigenschap

true als de thread modaal is; anders, false.

Kenmerken

Van toepassing op

Zie ook