|
|
|
|
|
MenuInvisible (Function) In french: MenuInvisible Makes a menu option invisible (context menu or drop-down menu). The options found after the modified option are moved one line to the top.
MenuInvisible(OPT_BarreIcone)
MenuInvisible(FEN_FenMenu, Fichier.Sauvegarder)
Syntax
MenuInvisible([<Window>, ] <Menu option>)
<Window>: Optional window name Name of the window containing the menu option. If this parameter is not specified, MenuInvisible will handle the current window. <Menu option>: Option name Name of the menu option to use. This name is defined in the description window of the menu option. This name must be specified without quotes. Remarks - Equivalence: The following syntax:
MenuInvisible(<Option de menu>) is equivalent to the Visible property:
- When a menu option is made invisible, the associated shortcut cannot be used anymore.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|