WinToolbars 2004.3 The major new features for this version of WinToolbarsManager™ are the new elements: A RuntimeCustomizationOptions property has been added to the WinToolbarsManager as well as a new enumeration with the same name. This property is used to determine what customization options are available for th...
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 compl...
About WinToolbarsManager The following is a list of the key features of WinToolbarsManager™: Multi-level cascading menus as in Microsoft Office Dockable and floatable toolbars as in Microsoft Office Choice of Office2000, OfficeXP, Office 2003, Visual Studio 2005, or Office 2007 look and feel via a single property ...
Add a ComboBox Tool with a ValueList WinToolbarsManager™ includes 15 different tool types that can be added to toolbars and menus. This topic demonstrates how to add a ComboBoxTool to a toolbar and use a ValueList to populate the combo. At Design Time To configure the UltraWinToolbar element, open the design-time ...
Add a Group to a Ribbon Tab {Warning} The Ribbon’s structure is built by creating tabs, and then placing groups inside those tabs, and placing tools inside those groups. The following diagram demonstrates this structural relationship: This topic discusses how you can add a group to a Ribbon tab. After the group ha...
Add a List Tool to a Toolbar The WinToolbarsManager™ component has 15 different tool types that you can add to a ToolBar . This demonstrates how to add a ListTool design-time and run-time and highlights one of the major features of the Tool. Since a ListTool can display images when its StateButton is pressed and u...
Add a MaskedEdit Tool to a Toolbar The WinToolbarsManager™ component has several different tool types that you can add to a toolbar. This topic demonstrates how to add a ProgressBarTool at design time and run time. Drag an UltraToolbarsManager control from the toolbox onto your windows form if you haven’t already ...
Add a PopupMenu Tool to a Toolbar A PopupMenu allows you to display a menu of tools. This topic demonstrates how to add a PopupMenu to the Toolbar and how to add a Button and a Textbox Tool to the Popup menu. The Button and TextBox tool can be added in the same manner on the ToolBar level. This Popup Menu tool has...
Add a ProgressBar Tool to a Toolbar The WinToolbarsManager™ component has several different tool types that you can add to a toolbar. This topic demonstrates how to add a ProgressBarTool at design time and run time. Drag an UltraToolbarsManager control from the toolbox onto your windows form if you haven’t already...
Add a StateButton Tool to a Toolbar The WinToolbarsManager™ component has 15 different tool types that you can add to a ToolBar . This demonstrates how to add a StateButtonTool design-time and run-time and highlights one of the major features of the Tool. Since StateButtons can display images when the the statebut...