Cursors.Default 属性 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取默认光标,它通常为箭头光标。
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.CursorPublic Shared ReadOnly Property Default As Cursor属性值
一个 Cursor,它表示默认光标。