IDCMP Class: Help key pressed
Source position: intuition.pas line 877
const IDCMP_MENUHELP = $01000000; |
This message is sent by Intuition when the user selects the Help key while the menu system is activated. If a menu item was selected, the menu number of the menu item can be found in the Code field. If no item was selected, the Code field will be equal to MENUNULL.
These messages will only be sent if the WA_MenuHelp attribute is set for the window.
The menu number returned in IDCMP_MENUHELP may specify a position that cannot be generated through normal menu activity. For instance, the menu number may indicate one of the menu headers with no item or sub-item.
|
Intuition message structure |
|
|
Window structure |
|
|
New window structure |
|
|
Future TNewWindow |
|
|
Tag for OpenWindowTagList(). Which events should be reported |