Cursors.WaitCursor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會顯示等待游標,通常是沙漏形狀。
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 。 要讓整個應用程式的等待游標顯示,不論選擇哪個控制項或表單,請呼叫 UseWaitCursor 該 Application 類別。