Partager via


WindowsFormsSynchronizationContext.AutoInstall Propriété

Définition

Obtient ou définit une valeur indiquant si l’élément est installé lors de la WindowsFormsSynchronizationContext création d’un contrôle.

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 l’objet WindowsFormsSynchronizationContext est installé ; sinon, false. La valeur par défaut est true.

Remarques

La AutoInstall propriété détermine si l’élément WindowsFormsSynchronizationContext est installé lors de la création d’un contrôle ou lorsqu’une boucle de message est démarrée.

S’applique à

Voir aussi