WindowsFormsSynchronizationContext.AutoInstall Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si le WindowsFormsSynchronizationContext est installé lorsqu'un contrôle est créé.
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
Valeur de propriété
true
si le WindowsFormsSynchronizationContext est installé ; sinon false
. La valeur par défaut est true
.
Remarques
La AutoInstall propriété détermine si est installé lors de la WindowsFormsSynchronizationContext création d’un contrôle ou lorsqu’une boucle de message est démarrée.