HelpEventArgs(Point) Constructor

Definition

Initializes a new instance of the HelpEventArgs class.

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)

Parameters

mousePos
Point

The coordinates of the mouse pointer.

Applies to

See also