Arbortext IsoView > Programmer's Reference > Configuration Functions > ConfigTools
  
ConfigTools
* 
This method is deprecated and supported for backward compatibility only. Use Iso7ConfigTools instead. (See Iso7ConfigTools.)
This method allows you to configure the Toolbar. (See Toolbar.)
Introduced with Arbortext IsoView 1.0.
Syntax
ConfigToolsbWithToolsbAsPopupbTopbRight
Parameters:
bWithTools
Defines if the Toolbar is available as boolean (default: true).
bAsPopup
Defines if the Toolbar is displayed as popup menu as boolean (not supported at this time).
bTop
Defines if the Toolbar is displayed on the top window border as boolean (default: false).
bRight
Defines if the Toolbar is displayed right aligned as boolean (default: false).
// place tool bar in the upper left cornerdocument.
ivx1.ConfigTools( true, false, true, false );