Cursors.PanNE 屬性

定義

取得當滑鼠移動,而且視窗可水平和垂直捲動至上方和右方時,滑鼠滾輪作業期間出現的游標。

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

屬性值

Cursor

Cursor 物件,表示當滑鼠移動,而且視窗可水平和垂直捲動至上方和右方時,滑鼠滾輪作業期間出現的游標。

適用於

另請參閱