Cursors.PanSouth 属性

定义

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

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

属性值

Cursor

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

适用于

另请参阅