HelpEventArgs(Point) 建構函式

定義

初始化 HelpEventArgs 類別的新執行個體。

public:
 HelpEventArgs(System::Drawing::Point mousePos);
public HelpEventArgs (System.Drawing.Point mousePos);
new System.Windows.Forms.HelpEventArgs : System.Drawing.Point -> System.Windows.Forms.HelpEventArgs
Public Sub New (mousePos As Point)

參數

mousePos
Point

滑鼠指標的座標。

適用於

另請參閱