Version

WinToolbars 2005.1

BeforeToolDragBegin/AfterToolDragEnd Events

WinToolbarsManager™ has two new events - BeforeToolDragBegin and AfterToolDragEnd . BeforeToolDragBegin is a cancellable event that is invoked before the drag operation for a tool has begun. AfterToolDragEnd is invoked after the drag operation is complete and indicates whether the tool was repositioned, copied, or removed. Note that AfterToolDragEnd is not invoked if the drag operation is cancelled (i.e., ESC is pressed during the drag).

TaskPane

WinToolbarsManager now supports the ability to create Microsoft Office style task panes. The task pane is implemented as a derived UltraToolbar - UltraTaskPaneToolbar - and therefore behaves much like a standard toolbar which may be dragged and displayed within a floating window. The tools collection of the UltraTaskPaneToolbar determines the list of items from which the end user can select. These tools may be selected using either a drop down menu or using the navigation buttons. The content area of the UltraTaskPaneToolbar is occupied by the Control associated with the selected TaskPaneTool.

taskpane in ultratoolbarsmanager

WinTab™ and WinTabStrip™ have two new properties ( SpaceBeforeTabs and SpaceAfterTabs ) which can be used to control the amount of space between the tabs and the edge of the tab header area. In addition, WinTabbedMdiManager™

includes these properties on the TabGroupSettings .