Cursors.WaitCursor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得等待游標,其形狀通常為沙漏形狀。
public:
static property System::Windows::Forms::Cursor ^ WaitCursor { System::Windows::Forms::Cursor ^ get(); };
public static System.Windows.Forms.Cursor WaitCursor { get; }
member this.WaitCursor : System.Windows.Forms.Cursor
Public Shared ReadOnly Property WaitCursor As Cursor
屬性值
Cursor,表示等待游標。
備註
若要強制在指定控制項上顯示等候游標,請呼叫該控制項的 UseWaitCursor 方法。 若要讓整個應用程式的等候游標顯示,不論選取的控制項或表單為何,請在 類別上 Application 呼叫 UseWaitCursor 。