|
|
|
|
|
ControlContextMenu (Function) In french: ChampContextuel
Warning
From version 28, ControlPopupOwner is kept for backward compatibility. This function has been replaced with 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()
Syntax
<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>.
Remarks 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. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|