NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HelpEventArgs.MousePos

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;

Property Value

The screen coordinates of the mouse pointer.

Remarks

This is useful for providing Help based on the position of the mouse pointer.

See Also

HelpEventArgs Class | HelpEventArgs Members | System.WinForms Namespace