HelpRequestEvent.ItemID Property | |
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
public virtual uint ItemID { get; }
Request Example
View SourceProperty Value
Type:
DWordA 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:
Constant | ID Returned |
---|
HELPCONTROL | A unique ID for the control. |
HELPMENU | A 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