PrintPreviewDialog.UseWaitCursor 속성

정의

일반적으로 모래 시계 모양인 대기 커서를 가져옵니다.

public:
 property bool UseWaitCursor { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool UseWaitCursor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.UseWaitCursor : bool with get, set
Public Property UseWaitCursor As Boolean

속성 값

Boolean

현재 컨트롤과 모든 자식 컨트롤에 WaitCursor를 사용하려면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

설명

이 속성은 이 클래스와 관련이 없습니다.

적용 대상