Click or drag to resize

HelpRequestEvent Properties

X#

The HelpRequestEvent type exposes the following members.

Properties
  NameDescription
Public propertyHandle
The pointer to the window where the event occurred
(Inherited from Event.)
Public propertyHelpContext
A string representing the help context ID of the control that generated this control event. This
Public propertyHelpInfo
A pointer to a _winHelpInfo structure if the help request is generated from a WM_HELP message otherwise Null_Ptr.
Public propertyHelpType
A constant, indicating the type of item—menu, control, or window area—for which help was requested:
Public propertyHyperLabel
The hyperlabel connected to the help request event.
Public propertyItemID
A numeric value representing the ID of the item that the user has requested help on.
Public propertyMessage
A dword representing the Windows API message associated with the given event.
(Inherited from Event.)
Public propertyPosition
The location of the mouse pointer in canvas coordinates.
Public propertyWindow
An object indicating the window or control in which the event occurred. This is helpful, for example, for distinguishing between similar menu events coming from the same context menu attached to different controls.
(Inherited from Event.)
Public propertyWindowRegion
A constant, indicating in which window area the help pointer was located when this HelpRequestEvent was generated:
Top
See Also