System.Windows.Forms
1.0.5000.0
2.0.0.0
System.EventArgs
System.Runtime.InteropServices.ComVisible(true)
The event occurs when the user requests help for a control. A object specifies the screen coordinates of the mouse pointer and whether the event was handled.
For information about the event model, see [<topic://cpconEventsDelegates>].
Provides data for the event.
Constructor
To be added.
Initializes a new instance of the class.
The coordinates of the mouse pointer.
1.0.5000.0
2.0.0.0
Property
System.Boolean
To be added.
If you do not set this property to true the event will be passed to Windows for additional processing.
Gets or sets a value indicating whether the help event was handled.
1.0.5000.0
2.0.0.0
Property
System.Drawing.Point
To be added.
You can use this information to provide help based on the position of the mouse pointer.
Gets the screen coordinates of the mouse pointer.
1.0.5000.0
2.0.0.0