Click or drag to resize

HelpRequestEvent.HelpType Property

X#
A constant, indicating the type of item—menu, control, or window area—for which help was requested:

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY HelpType AS DWORD GET 
Request Example View Source

Property Value

Type: DWord
A constant, indicating the type of item—menu, control, or window area—for which help was requested:
Remarks
One of the following constants, indicating the type of item—menu, control, or window area—for which help was requested:
ConstantDescription
HELPCONTROLHelp is requested for a control.
HELPMENUHelp is requested for a menu command.
HELPWINDOWHelp is requested for a window area or point on the canvas.
HELPINFOHelp request is generated from a WM_HELP message.
See Also