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

適用対象

こちらもご覧ください