Version: |
1.2 |
Description: |
Pops the context sensitive mouse menu at a specified location on screen. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCPopupButton(long lParam, WORD wParam); |
Delphi |
procedure VCPopupButton(lParam: Longint; wParam: Smallint); stdcall; |
ActiveX/COM |
Sub PopupMenu(ByVal lParam As Long, ByVal wParam As Integer) |
Parameters: |
lParam - a Windows parameter
containing the coordinates where the menu should appear. |
Notes: |
In cases where the mouse menu is required but not available via the second mouse button, VCPopupButton will display the menu without having to use the mouse buttons. |
See Also: |
|