Application.UseWaitCursor 속성

정의

대기 커서가 애플리케이션의 열려 있는 모든 폼에 사용되는지 여부를 가져오거나 설정합니다.

public:
 static property bool UseWaitCursor { bool get(); void set(bool value); };
public static bool UseWaitCursor { get; set; }
member this.UseWaitCursor : bool with get, set
Public Shared Property UseWaitCursor As Boolean

속성 값

Boolean

대기 커서가 열려 있는 모든 폼에 사용되면 true이고, 그렇지 않으면 false입니다.

설명

이 속성 설정 된 경우 trueUseWaitCursor 애플리케이션에서 열려 있는 모든 폼의 속성에 설정할 true. 이 호출은 이 속성이 모든 양식에서 설정될 때까지 반환되지 않습니다. 장기 실행 작업을 있고 작업이 여전히 진행 되는 모든 애플리케이션 폼에 표시 하려는 경우이 속성을 사용 합니다.

적용 대상