Freigeben über


WindowsFormsSynchronizationContext.AutoInstall Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob das WindowsFormsSynchronizationContext Steuerelement installiert wird, wenn ein Steuerelement erstellt wird.

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

Eigenschaftswert

true wenn die WindowsFormsSynchronizationContext Installation erfolgt; andernfalls false. Der Standardwert lautet true.

Hinweise

Die AutoInstall Eigenschaft bestimmt, ob das WindowsFormsSynchronizationContext Steuerelement beim Erstellen eines Steuerelements oder beim Starten einer Nachrichtenschleife installiert wird.

Gilt für:

Weitere Informationen