HelpRequestEvent.HelpType Property | |
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
public virtual uint HelpType { get; }
Request Example
View SourceProperty Value
Type:
DWordA 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:
Constant | Description |
---|
HELPCONTROL | Help is requested for a control. |
HELPMENU | Help is requested for a menu command. |
HELPWINDOW | Help is requested for a window area or point on the canvas. |
HELPINFO | Help request is generated from a WM_HELP message. |
See Also