| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseToolbarClass > BrowseToolbarClass Methods >====== ResetButton (synchronize a toolbar control with a corresponding browse control) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[initvcr initialize the browsetoolbarclass vcr buttons .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[resetfrombrowse synchronize toolbar controls with browse controls .htm|{{btn_next_n.gif|Next page}}]] | | || **ResetButton(**//toolbutton//**, **//browsebutton//**), PROTECTED** {{blk2blue.jpg|blk2blue.jpg}} | **ResetButton** | Sync Toolbar control properties with its corresponding Browse control. | | //toolbutton// | An integer constant, variable, EQUATE, or expression that identifies a particular toolbar control. | | //browsebutton// | An integer constant, variable, EQUATE, or expression that identifies a specific browse control. | The **ResetButton **method enables/disables, hides/unhides a toolbar control based on the current properties of its corresponding browse control. There are predefined equates that represent each button available on the toolbar. These equates can be found at the top of ABTOOLBA.INC. **Implementation:** This method is called by the [[resetfrombrowse synchronize toolbar controls with browse controls .htm|BrowseToolBarClass.ResetFromBrowse]] method.