| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > WindowManager > WindowManager Properties >====== AutoToolbar (set toolbar target on new tab selection) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[autorefresh reset window as needed flag .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[batchprocessing formvcrclass is initialized .htm|{{btn_next_n.gif|Next page}}]] | | || | | **AutoToolbar** | **BYTE** | {{blk2blue.jpg|blk2blue.jpg}} The **AutoToolbar **property determines how the WindowManager sets the ToolbarTarget. A value of one (1 or True) uses the ToolbarClass object to set the appropriate ToolbarTarget whenever a new TAB is selected; a value of zero (0 or False) uses the current ToolbarTarget. **Implementation:** The Init method sets the AutoToolbar property to True. The TakeNewSelection method implements the action specified by AutoToolbar by calling ToolbarClass.SetTarget if the control selected is a SHEET. **See Also:     **[[init initialize the windowmanager object .htm|Init]], [[settarget sets the active target .htm|ToolbarClass.SetTarget]], [[toolbartarget overview.htm|ToolbarTargetClass]]