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

Visible In Horizontal/Vertical Menu Toolbar Property

Description

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.

Syntax Examples

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);

Refer to Built-in

GET_MENU_ITEM_PROPERTY

SET_MENU_ITEM_PROPERTY