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; }
member this.AutoInstall : bool with get, set
Public Shared Property AutoInstall As Boolean

Eigenschaftswert

Boolean

true, wenn der WindowsFormsSynchronizationContext installiert ist, andernfalls false. Der Standardwert ist true.

Hinweise

Die AutoInstall Eigenschaft bestimmt, ob die WindowsFormsSynchronizationContext Installation beim Erstellen eines Steuerelements oder beim Starten einer Nachrichtenschleife erfolgt.

Gilt für:

Siehe auch