|
|
|
|
|
- Tip: Degreasing a set of options
MenuSelectPlus (Function) In french: MenuSelectPlus Enables a menu option (context menu or drop-down menu). The specified menu option can be selected. This function re-enables a menu option grayed out with MenuSelectMinus.
MenuSelectPlus(OPT_BarreIcone)
MenuSelectPlus(FEN_Fen1, OPT_BarreIcone)
MenuSelectPlus(FEN_Fen1, MenuContextuel1.OPT_BarreIcone)
Syntax
MenuSelectPlus([<Window name>, ] <Name of the menu option>)
<Window name>: Optional character string Name of the window containing the menu option to enable. If this parameter is not specified, MenuSelectPlus will handle the current window. <Name of the menu option>: Character string Name of the menu option to enable. This name is defined in the description window of the menu option. This name must be specified without quotes. If this parameter corresponds to a name of a menu, all the sub-options of this menu will also be enabled (recursive). To re-enable an option in a context menu, use the following notation: <Name of context menu>.<Option name>. Remarks Tip: Degreasing a set of options To enable a set of options, you must: - Assign the options to a group of controls.
- Re-enable the options (and the other controls in the group) by setting the State property to active and applying it to the group of controls.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|