WindowsFormsSynchronizationContext.AutoInstall 속성

정의

컨트롤을 만들 때 WindowsFormsSynchronizationContext가 설치되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

WindowsFormsSynchronizationContext가 설치되어 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

설명

합니다 AutoInstall 속성에 따라 결정 하는지 여부를 WindowsFormsSynchronizationContext 컨트롤을 만들 때 또는 메시지 루프가 시작 될 때 설치 됩니다.

적용 대상

추가 정보