Click or drag to resize

HelpRequestEvent Class

X#
Provide information about a HelpRequestEvent, used to describe the context and item combinations for which help is requested. (This can be help for controls, menu commands, and specific areas of a window.)
Inheritance Hierarchy
Object
  Event
    HelpRequestEvent

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS HelpRequestEvent INHERIT Event
Request Example View Source

The HelpRequestEvent type exposes the following members.

Constructors
  NameDescription
Public methodHelpRequestEvent
Initializes a new instance of the HelpRequestEvent class
Top
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
Fields
  NameDescription
Public fieldhWnd (Inherited from Event.)
Public fieldlParam (Inherited from Event.)
Public fieldoWindow (Inherited from Event.)
Public fielduMsg (Inherited from Event.)
Public fieldwParam (Inherited from Event.)
Top
See Also

Reference