Cursors.PanNorth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取滚轮操作过程中鼠标移动并且该窗口垂直向上滚动时显示的光标。
public:
static property System::Windows::Forms::Cursor ^ PanNorth { System::Windows::Forms::Cursor ^ get(); };
public static System.Windows.Forms.Cursor PanNorth { get; }
member this.PanNorth : System.Windows.Forms.Cursor
Public Shared ReadOnly Property PanNorth As Cursor
属性值
一个 Cursor,它表示滚轮操作过程中鼠标移动并且该窗口垂直向上滚动时显示的光标。