|
|
|
|
|
ControlContextMenu (Function)
Advertencia
A partir de la versión 28, ControlPopupOwner se conserva por motivos de compatibilidad. Esta función ha sido reemplazada por ControlContextMenu.
Identifies the control on which the context menu was opened. Caution: ControlContextMenu should only be used in WLanguage events associated with context menus and any procedures they call up.
ResChamp = ControlContextMenu()
Sintaxis
<Result> = ControlContextMenu()
<Result>: Character string - Name of the control (in uppercase) on which the context menu was opened,
- Empty string ("") if no context menu was opened.
If the control belongs to a supercontrol, <Result> has the following format: <Supercontrol name>.<Control name>.
Observaciones When the same context menu is assigned to multiple controls, ControlContextMenu identifies the control on which the menu has been expanded in order to run the appropriate process. Clasificación Lógica de negocio / UI: Código UI
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|