Cursors.PanEast プロパティ

定義

マウスを動かしながらウィンドウを水平方向に右スクロールできるとき、このホイール操作を表すカーソルを取得します。

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

プロパティ値

Cursor

マウスを動かしながらウィンドウを水平方向に右へスクロールするとき、このホイール操作を表すカーソルを示す Cursor

適用対象

こちらもご覧ください