| **Navigation:**  [[introduction.htm|Language Reference]] > 9 -  Window and Report Attributes > Window and Report Attributes >====== DOCK (set dockable toolbox window) ====== | [[disable set control dimmed at open .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[docked set dockable toolbox window docked at open .htm|{{btn_next_n.gif|Next page}}]] | | || {{newc7.jpg|NewC7.jpg}} **DOCK( **//positions// **)** {{blk2blue.jpg|blk2blue.jpg}} | **DOCK** | Specifies a dockable TOOLBOX. | | //Positions// | A bitmap specifying the edges available for docking. | The **DOCK** attribute (PROP:DOCK) specifies a non-MDI WINDOW with the TOOLBOX attribute which may be docked to an edge of the application frame. The following EQUATEs for standard //positions// values are contained in [[commonly used equates.htm#dockequates|EQUATES.CLW]]: **DOCK:Left    EQUATE(1)** **DOCK:Top     EQUATE(2)** **DOCK:Right   EQUATE(4)** **DOCK:Bottom  EQUATE(8)** **DOCK:Float   EQUATE(16)** **DOCK:All     EQUATE(31) ** **Example:** **Win1 WINDOW('Tools'),TOOLBOX,****DOCK****(DOCK:Left+DOCK:Right)  !Dockable left and right only** **      BUTTON('Date'),USE(?Button1)** **      BUTTON('Time'),USE(?Button2)** **     END** **See Also:** [[docked set dockable toolbox window docked at open .htm|DOCKED]] [[toolbox set toolbox window behavior .htm|TOOLBOX]]