Horizontal Toolbar Canvas Property
Description
Specifies the canvas that should be displayed as a horizontal toolbar on the window. The canvas specified must be a horizontal toolbar canvas (Canvas Type property set to Horizontal Toolbar) and must be assigned to the current window by setting the Window property.
Applies to window
Set Oracle Forms
Null
Required/Optional required if you are creating a horizontal toolbar
Usage Notes
- In the Properties window, the poplist for this property shows only canvases
that have the Canvas Type property set to Horizontal Toolbar.
- At runtime, Oracle Forms attempts to display the specified horizontal
toolbar on the window. However, if more than one toolbar of the same type
has been assigned to the same window (by setting the canvas Window property
to point to the specified window), Oracle Forms may display a different
toolbar in response to navigation events or programmatic control.
- On Microsoft Windows, the specified horizontal toolbar canvas will not be
displayed on the window if you have specified that it should be displayed
on the MDI application window by setting the Form Horizontal Toolbar Canvas
form property.
Related topics
Canvas Type property
Vertical Toolbar Canvas property
Creating a toolbar canvas