You can create menus using one of three
techniques:
- By calling MenuTree methods for adding top menus,
submenus, and menu items.
- By setting a property to the name of an XML file
containing the menu definition.
- By setting a property to an XML
string.
The control generates all the HTML and
JavaScript required for managing the menu, including
mouse events and navigation.
The MenuTree control has properties and
events for easy integration into your web pages. You can
add menus to your web pages by simply dropping a new
menu control onto your web form and then programming the
control the same way you program any of the other
controls provided in the Visual Studio .NET toolbox.
This control implements standard .NET events
and properties. It provides everything you need to
manage the menus, hyperlinks, and state information
between web pages.
|