OpenPopupMenu (Function) In french: OuvreMenuContextuel Automatically opens a popup menu for the current control or window.
// -- Click code of BTN_Action button OpenPopupMenu(MenuDateChoice)
Syntax
OpenPopupMenu([<Name of context menu> [, <X> , <Y >]])
<Name of context menu>: 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 popup 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 popup menu is opened at mouse position.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|