Programming with Reflection

image\rwnprg32.gif NewToolbar method

 

Syntax object.NewToolbar Name

 

Description

Creates a new toolbar, for example:

Session.NewToolbar "My Toolbar"

Use DefineToolbarButton to add buttons to the toolbar. Use ShowAToolbar to make this toolbar visible. Use SetToolbarMode to specify where you want the toolbar docked. Use RemoveAllToolbarsor RemoveToolbar to delete toolbars.

Arguments

Name Argument type: String
The toolbar name. This string can be up to 64 characters long; however toolbar names this long are cropped in the toolbar dialog boxes.

 

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command