Cursors.Default 屬性

定義

取得預設游標,通常為箭號游標。

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

屬性值

Cursor,表示預設游標。

適用於

另請參閱