MenuCommandEvent Class |
Namespace: VO
The MenuCommandEvent type exposes the following members.
Name | Description | |
---|---|---|
MenuCommandEvent | Initializes a new instance of the MenuCommandEvent class |
Name | Description | |
---|---|---|
Handle |
The pointer to the window where the event occurred
(Inherited from Event.) | |
HyperLabel |
The hyperlabel connected to the menu item that generated this MenuCommandEvent.
| |
ItemID |
A numeric value representing the ID of the menu item that generated this MenuCommandEvent.
| |
Menu |
The Menu object that generated this MenuCommandEvent.
| |
Message |
A dword representing the Windows API message associated with the given event.
(Inherited from Event.) | |
Name |
A string representing the name stored in the hyperlabel of the menu item that generated this MenuCommandEvent.
| |
NameSym |
A symbol representing the name stored in the hyperlabel of the menu item that generated this MenuCommandEvent.
| |
Window |
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.) |
Name | Description | |
---|---|---|
hWnd | (Inherited from Event.) | |
lParam | (Inherited from Event.) | |
oWindow | (Inherited from Event.) | |
uMsg | (Inherited from Event.) | |
wParam | (Inherited from Event.) |