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

適用対象

こちらもご覧ください