A script-enabled browser is required for this page to function properly.

Icon in Menu Property

Description

Specifies whether an icon should be displayed in the menu beside the menu item. If Yes, the Icon Filename property specifies the icon that will be displayed.

Applies to menu item

Set Oracle Forms, programmatically.

Default

No

Required/Optional optional

Refer to Built-in

GET_MENU_ITEM_PROPERTY

SET_MENU_ITEM_PROPERTY

Syntax Examples

get_menu_item_property('menu_item_name', ICON_IN_MENU);

set_menu_item_property('menu_item_name', ICON_IN_MENU, PROPERTY_ON |
PROPERTY_OFF);


Icon Filename property