Cursors.PanEast プロパティ
マウスを動かしながらウィンドウを水平方向に右スクロールできるとき、このホイール操作を表すカーソルを取得します。
Public Shared ReadOnly Property PanEast As Cursor
[C#]
public static Cursor PanEast {get;}
[C++]
public: __property static Cursor* get_PanEast();
[JScript]
public static function get PanEast() : Cursor;
プロパティ値
マウスを動かしながらウィンドウを水平方向に右へスクロールするとき、このホイール操作を表すカーソルを示す Cursor 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Cursors クラス | Cursors メンバ | System.Windows.Forms 名前空間 | Cursor