|
|
|
|
|
<Menu>.Add (Function) In french: <Menu>.Ajoute Adds an existing context menu to the main menu of the current window.
OPT_File.Add(MENU_ContextMenu1)
_Menu.Add(MENU_ContextMenu2)
Syntax
<Destination menu>.Add(<Context menu> [, <Position>])
<Destination menu>: Menu name Name of the menu option where the insertion must be performed. If this parameter corresponds to a menu, the context menu is added to the options of this menu. If this parameter corresponds to a menu option, this menu option will display the options of the context menu. <Context menu>: Menu name Name of the context menu that must be inserted. <Position>: Optional integer Position where the menu will be inserted. If this parameter is not specified or if it is equal to -1, the context menu is added at the end. If this parameter is equal to 1, the context menu is inserted at the beginning. Remarks If the window includes no main menu, this menu is created.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|