HelpEventArgs(Point) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

mousePos
Point

Le coordinate del puntatore del mouse.

Si applica a

Vedi anche