| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ToolbarClass > ToolbarClass Methods >====== Kill (shut down the ToolbarClass object) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[init initialize the toolbarclass object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[settarget sets the active target .htm|{{btn_next_n.gif|Next page}}]] | | || **Kill, VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} The **Kill **method frees any memory allocated during the life of the object and performs any other required termination code. **Implementation:** The Kill method disposes of the list of potential toolbar targets. **Example:** ** CODE** ** Toolbar.Init                    !initialize Toolbar object** ** !program code** ** ACCEPT** ** !program code** ** END** ** Toolbar.Kill                    !shut down Toolbar object**