Gets the screen coordinates of the mouse pointer.
[Visual Basic] Public ReadOnly Property MousePos As Point [C#] public Point MousePos {get;} [C++] public: __property Point get_MousePos(); [JScript] public function get MousePos() : Point;
The screen coordinates of the mouse pointer.
This is useful for providing Help based on the position of the mouse pointer.
HelpEventArgs Class | HelpEventArgs Members | System.WinForms Namespace