Click or drag to resize

HelpRequestEvent.ItemID Property

X#
A numeric value representing the ID of the item that the user has requested help on.

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

Property Value

Type: DWord
A numeric value representing the ID of the item that the user has requested help on.
Remarks
A numeric value representing the ID of the item that the user has requested help on. The exact meaning of this ID depends on the type of item:
ConstantID Returned
HELPCONTROLA unique ID for the control.
HELPMENUA unique ID for the menu command.
HELPWINDOW A unique ID for the window area. The HelpRequestEvent:WindowRegion access determines which area of the window the help pointer was located (could be system menu, border, canvas, unknown, etc.).
See Also