WindowsFormsSynchronizationContext.AutoInstall 属性

定义

获取或设置一个值,该值指示创建控件时是否安装了 WindowsFormsSynchronizationContext

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

属性值

如果安装了 WindowsFormsSynchronizationContext,则为 true;否则为 false。 默认值为 true

注解

属性 AutoInstall 确定 WindowsFormsSynchronizationContext 是在创建控件时还是启动消息循环时安装 。

适用于

另请参阅