|
|
|
|
This sample demonstrates how the ASPxMenu control can be used to implement a toolbar look and feel. Use the option list in the rightmost panel to select and apply the desired toolbar appearance. Different toolbar appearances can be emulated using the template technology widely supported by the ASPxMenu. In this demo, toolbars of all types are represented by specifically customized ASPxMenu controls. In the 'Office 2003' sample, an additional ASPxRoundPanel control is used to emulate a toolbar with rounded corners. Items of an ASPxMenu control are declared explicitly within the control, are represented by images only, and have a fixed size. Item images are assigned through the ImageUrl of items, and the Text property of each item is initialized with an empty string. One of menu items is represented by a label and textbox - this is implemented easily by using template technology. The 'Office 2007' sample imitates a Ribbon-like toolbar appearance. For this purpo | | |