Toolbar/Menu Items
Our WPF Toolbar-Menu system ships with the following built-in bar item types:
Button
Simple push button 
Check Button
This is a button that can remain in a pressed state and can be added into a radio group. 
Split Button
This button is divided into two parts - one button executes a default action, while another invokes a dropdown with a menu or custom controls. 
Sub Menu
Allows you to create nested menus. 
Embedded Editors
Allow you to display any editor from the DXEditors Library. 
Static Text
Displays text and borders - useful for status bars. 
Link Container
Allows you to re-use a group of bar item links.
Toolbar List
Automatically lists all toolbars as check buttons thus allowing end-users to control toolbar visibility. 
Optionally, this item allows an end-user to control the visibility of the toolbars' items.
Bar items provide settings allowing you to specify glyph and text visibility, glyph alignment and size.
|