Skip to main content
Version: 20 R7 BETA

SET MENU ITEM STYLE

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

ParameterTypeDescription
menuInteger, TextMenu number or Menu reference
menuItemIntegerMenu item number or -1 for last item added
itemStyleIntegerNew menu item style
processIntegerProcess reference number

This command is not thread-safe, it cannot be used in preemptive code.

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