Toolbar2000 is a set of components for Delphi and C++Builder designed to mimic the Office 2000 look and behavior.Some of its features include:Office 2000-style draggable, dockable toolbars:Toolbars can smoothly move as they are dragged (no dragging rectangle). Toolbars that go partially off the edge of the form can display a chevron button that brings up a popup window exposing the obscured items. Toolbar items can optionally wrap into multiple rows like Office's menu bar.Toolbars are no longer be required to be placed on a dock; menus and toolbars can be placed anywhere you need them. Vertical text on vertically-docked toolbars. Office 2000-style menusThere is no clear distinction between menus and toolbars, giving you the utmost in flexibility. Toolbars can contain menus, menu bars can contain buttons, and they can share the same items.Full compatibility with all Windows versions without requiring a recent version of COMCTL32.DLL, unlike Delphi's TToolBar and TCoolBar components. |