WindowsFormsSynchronizationContext.AutoInstall Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of het WindowsFormsSynchronizationContext is geïnstalleerd wanneer een besturingselement wordt gemaakt.

public:
 static property bool AutoInstall { bool get(); void set(bool value); };
public static bool AutoInstall { get; set; }
static member AutoInstall : bool with get, set
Public Shared Property AutoInstall As Boolean

Waarde van eigenschap

trueals het WindowsFormsSynchronizationContext is geïnstalleerd; anders. false De standaardwaarde is true.

Opmerkingen

De AutoInstall eigenschap bepaalt of het WindowsFormsSynchronizationContext is geïnstalleerd wanneer een besturingselement wordt gemaakt of wanneer een berichtlus wordt gestart.

Van toepassing op

Zie ook