Arbortext IsoView > Programmer's Reference > Configuration Functions > ConfigTools2
  
ConfigTools2
* 
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 2.0.
Syntax
ConfigTools2ToolModeToolSetSelectdToolTopRight
Parameters:
ToolMode
Sets the mode of the Arbortext IsoView tools as long. Allowed values are:
0
tools disabled
1
default tools
2
force all tools as popup
4
Toolbar invisible; select using ActiveTool
8
auto hide Redlining tools if not in Redlining mode
Use ActiveTool to switch between tools. (See ActiveTool.)
ToolSet
Configures the available tools as long. (For allowed values, see Tool Set/Selection Constants – ConfigTools2, ActiveTool.)
SelectedTool
Selects the active tool as long. (For allowed values, see Tool Set/Selection Constants – ConfigTools2, ActiveTool.)
Top
Defines if the Toolbar is anchored on the top of the window as boolean. The default value is false.
Right
Defines if the Toolbar is right aligned as boolean. The default value is false.
// place tool bar with pan, zoom in, zoom out and
// print button in the upper left corner and
// select pan tool as the active tooldocument.
ivx1.ConfiTools2(1, 1+2+4+16, 1, true, false);