WindowsFormsSynchronizationContext.AutoInstall Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der WindowsFormsSynchronizationContext installiert ist, wenn ein Steuerelement erstellt wird, oder legt diesen fest.

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 der WindowsFormsSynchronizationContext installiert ist, andernfalls false. Der Standardwert ist true.

Hinweise

Die AutoInstall -Eigenschaft bestimmt, ob installiert WindowsFormsSynchronizationContext wird, wenn ein Steuerelement erstellt wird oder wenn eine Nachrichtenschleife gestartet wird.

Gilt für:

Weitere Informationen