WindowsFormsSynchronizationContext.AutoInstall Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy WindowsFormsSynchronizationContext element jest instalowany podczas tworzenia kontrolki.

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

Wartość właściwości

Boolean

truejeśli program WindowsFormsSynchronizationContext jest zainstalowany; w przeciwnym razie . false Wartość domyślna to true.

Uwagi

Właściwość AutoInstall określa, czy WindowsFormsSynchronizationContext element jest instalowany podczas tworzenia kontrolki, czy też gdy jest uruchamiana pętla komunikatów.

Dotyczy

Zobacz też