Click or drag to resize

MenuSelectEvent Properties

X#

The MenuSelectEvent type exposes the following members.

Properties
  NameDescription
Public propertyHandle
The pointer to the window where the event occurred
(Inherited from Event.)
Public propertyHyperLabel
The hyperlabel connected to the menu that generated this MenuSelectEvent. From the hyperlabel, you can retrieve additional information about the menu.
Public propertyItemID
A numeric value representing the ID of the menu item that generated this MenuSelectEvent.
Public propertyMenu
The Menu object that generated this MenuSelectEvent.
Public propertyMessage
A dword representing the Windows API message associated with the given event.
(Inherited from Event.)
Public propertyName
A string representing the name stored in the hyperlabel of the menu items that generated this MenuSelectEvent.
Public propertyNameSym
A symbol representing the name stored in the hyperlabel of the menu items that generated this MenuSelectEvent.
Public propertyWindow
An object indicating the window or control in which the event occurred. This is helpful, for example, for distinguishing between similar menu events coming from the same context menu attached to different controls.
(Inherited from Event.)
Top
See Also