Cursors.PanNorth 属性

定义

获取滚轮操作过程中鼠标移动并且该窗口垂直向上滚动时显示的光标。

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

一个 Cursor,它表示滚轮操作过程中鼠标移动并且该窗口垂直向上滚动时显示的光标。

适用于

另请参阅