Cursors.WaitCursor 屬性

定義

會顯示等待游標,通常是沙漏形狀。

public:
 static property System::Windows::Forms::Cursor ^ WaitCursor { System::Windows::Forms::Cursor ^ get(); };
public static System.Windows.Forms.Cursor WaitCursor { get; }
static member WaitCursor : System.Windows.Forms.Cursor
Public Shared ReadOnly Property WaitCursor As Cursor

屬性值

Cursor 代表等待游標。

備註

若要強制顯示等待游標在指定控制項上,請呼叫該控制項的方法 UseWaitCursor 。 要讓整個應用程式的等待游標顯示,不論選擇哪個控制項或表單,請呼叫 UseWaitCursorApplication 類別。

適用於

另請參閱