Cursors.PanNW 属性

定义

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

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

属性值

Cursor

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

适用于

另请参阅