This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
SET MENU ITEM STYLE
|
SET MENU ITEM STYLE ( menu ; menuItem ; itemStyle {; process} ) | ||||||||
Parameter | Type | Description | ||||||
menu | Longint, MenuRef |
![]() |
Menu number or Menu reference | |||||
menuItem | Longint |
![]() |
Menu item number or -1 for last item added | |||||
itemStyle | Longint |
![]() |
New menu item style | |||||
process | Longint |
![]() |
Process reference number | |||||
The SET MENU ITEM STYLE command changes the font style of the menu item whose menu number or reference is passed in menu and whose item number is passed in menuItem according to the font style passed in itemStyle. You can pass -1 in menuItem in order to indicate the last item added to menu.
If you omit the process parameter, SET MENU ITEM STYLE applies to the menu bar for the current process. Otherwise, SET MENU ITEM STYLE applies to the menu bar for the process whose reference number is passed in process.
Note: If you pass a MenuRef in menu, the process parameter serves no purpose and will be ignored.
You specify the font style of the item in the itemStyle parameter. You pass a combination (one or a sum) of the following predefined constants, found in the Font Styles theme:
Constant | Type | Value |
Bold | Longint | 1 |
Italic | Longint | 2 |
Plain | Longint | 0 |
Underline | Longint | 4 |
Product: 4D
Theme: Menus
Number:
425
Modified: 4D v11 SQL
4D Language Reference ( 4D v20 R7)