Vertical Toolbar Canvas Property
Description
Specifies the canvas that should be displayed as a vertical toolbar on the window. The canvas you specify must be a vertical toolbar canvas (Canvas Type property set to Vertical 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 vertical toolbar
Usage Notes
- In the Properties window, the poplist for this property shows only canvases
that have the Canvas Type property set to Vertical Toolbar.
- At runtime, Oracle Forms attempts to display the specified vertical 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 vertical toolbar canvas will not be
displayed on the window if you have specified that it should instead be displayed
on the MDI application window by setting the Form Vertical Toolbar Canvas
form property.
Related topic
Creating a toolbar canvas