|
|
|
|
|
CommandBars Package
The CommandBars package includes the CommandBars framework. CommandBars implement the framework support that is required for creating Visual Studio.NET-type dockable / floatable menus and toolbars. A CommandBar, in itself, provides only the dockable host, and it is up to the user to implement the menu or toolbar that imparts the CommandBar its functionality. The Essential Tools Menus Package uses the CommandBars framework for creating the XP menus and toolbars.
|
|
|
|
Styling options are available for the CommandBars created using the CommandBarController.
Dockable CommandBars in Default Visual Style
Add VS.NET/Office XP style dockable toolbars to Windows Forms applications.
Dockable CommandBars in OfficeXP Visual Style
Office 2003 Style for ToolBars.
Dockable CommandBars in Office2003 Visual Style
|
|
|
|
Dock the CommandBars in multiple rows along any of the form's borders. Move docked CommandBars within as well as between rows using the repositioning gripper.
Multiple Row Docking
|
|
|
|
Drag CommandBars off their docked positions and float them as individual frames. Double click or drag to return floating bars to docked positions.
Floating CommandBars
|
|
|
|
Users may choose between the sizeable and wrap modes.
Resizing Mode
Wrapping Mode
|
|
|
|
Integration with our PopupContainer and PopupMenu classes allows users to set XP DropDown controls and menus.
Popup Menu
|
|
|
|
Full state persistence capability with the option to return to a default designer set state is supported. Persistence of intermediate CommandBar states is also possible.
|
|
|
|
The CommandBars can be easily designed in the designer. It will show how it looks during runtime in the designer itself.
WYSIWYG Designer
|
|
|
|
|
|
|
|