|
|
|
|
|
OpenContextMenu (Function)
No disponible
Advertencia
A partir de la versión 28, OpenPopupMenu se conserva por motivos de compatibilidad. Esta función ha sido reemplazada por OpenContextMenu.
Automatically opens a context menu for the current control, window or page.
OpenContextMenu(MenuDateChoice)
Sintaxis
OpenContextMenu([<Context menu name> [, <X> , <Y >]])
<Context menu name>: Optional character string Name of the context menu that must be opened for the current control. If this parameter is not specified, the default context menu associated with the control is opened.
<X>: Integer (optional) X-coordinate of the opening position of the context menu. This X-coordinate is expressed in pixels, in relation to the upper-left corner of the window. If <X> and <Y> are not specified, the context menu is opened at mouse position.
<Y >: Integer (optional) Y-coordinate of the opening position of the context menu. This Y-coordinate is specified in pixels, in relation to the upper-left corner of the window. If <X> and <Y> are not specified, the context menu is opened at mouse position.
Clasificación Lógica de negocio / UI: Código UI
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|