Documentation for this section has not yet been entered.
Instead of using the built-in rendering for a static menu, you can define your own user interface (UI) for a static menu item by using the Menu.StaticItemTemplate property. To specify a custom template for a static menu item, first place <StaticTemplate> tags between the opening and closing tags of the System.Web.UI.WebControls.Menu control. You can then list the contents of the template between the opening and closing <StaticTemplate> tags. You can further control the style of a static menu by using the Menu.StaticMenuStyle property.