Skip to main content
Version: Next

SET MENU ITEM STYLE

SET MENU ITEM STYLE ( menu ; menuItem ; itemStyle {; process} )

ParameterTypeDescription
menuLongint, MenuRef🡒Menu number or Menu reference
menuItemLongint🡒Menu item number or -1 for last item added
itemStyleLongint🡒New menu item style
processLongint🡒Process reference number

Description

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:

ConstantTypeValue
BoldLongint1
ItalicLongint2
PlainLongint0
UnderlineLongint4

See also

Get menu item style