| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ToolbarTargetClass > ToolbarTarget Methods >====== DisplayButtons (enable appropriate toolbar buttons:ToolbarTarget) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[toolbartarget functional organization expected use.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[takeevent convert toolbar events toolbartarget .htm|{{btn_next_n.gif|Next page}}]] | | || **DisplayButtons, VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} The **DisplayButtons **method enables and disables the appropriate toolbar buttons for the ToolbarTarget object based on the values of the HelpButton, InsertButton, ChangeButton, DeleteButton, and SelectButton properties. **Implementation:** The ToolbarListboxClass.TakeToolbar, ToolbarRelTreeClass.TakeToolbar, and ToolbarUpdateClass.TakeToolbar methods call the DisplayButtons method. The DisplayButtons method appropriately enables and disables toolbar buttons common to all ToolbarTarget objects. **Example:** **MyToolbarListboxClass.DisplayButtons PROCEDURE** ** CODE** ** PARENT.DisplayButtons              !Call base class DisplayButtons** ** !your custom code here** **See Also:     **[[helpbutton help control number .htm|HelpButton]], [[insertbutton insert control number .htm|InsertButton]], [[changebutton change control number .htm|ChangeButton]], [[deletebutton delete control number .htm|DeleteButton]], [[selectbutton select control number .htm|SelectButton]], [[taketoolbar assume contol of the toolbar .htm|TakeToolbar]], [[taketoolbar assume control of the toolbar toolbarreltreeclass .htm|ToolbarRelTreeClass.TakeToolbar]], [[taketoolbar assume control of the toolbar toolbarupdateclass .htm|ToolbarUpdateClass.TakeToolbar]]