Specifies whether the menu item should appear (represented by an icon) on the horizontal or vertical menu toolbar (or both) of a form.
Applies to menu item
Set Oracle Forms, programmatically.
Default
No
Required/Optional optional
Visible in Horizontal/Vertical Menu Toolbar Restrictions
Developers must provide icons to associate with each menu item that appears on a menu toolbar.
set_menu_item_property('menu_item_name', ICON_IN_HTOOLBAR, PROPERTY_ON
|
PROPERTY_OFF);
set_menu_item_property('menu_item_name', ICON_IN_VTOOLBAR, PROPERTY_ON
|
PROPERTY_OFF);
get_menu_item_property('menu_item_name', ICON_IN_HTOOLBAR);
get_menu_item_property('menu_item_name', ICON_IN_VTOOLBAR);