Cursors.PanWest 属性

定义

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

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

属性值

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

适用于

另请参阅