ComponentOne ASP.NET MVC Controls
Menu Class
Members 

C1.Web.Mvc Namespace : Menu Class
The Menu control shows a text element with a drop-down list of commands that the user can invoke by click or touch.
Object Model
Menu ClassMenuCommand Class
Syntax
'Declaration
 
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
Public Class Menu 
   Inherits C1.Web.Mvc.MenuBase(Of Object)
   Implements IDropDown, ITemplate 
[Scripts(Mono.Cecil.CustomAttributeArgument[])]
public class Menu : C1.Web.Mvc.MenuBase<object>, IDropDown, ITemplate  
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.DropDown<T>
               C1.Web.Mvc.ComboBoxBase<T>
                  C1.Web.Mvc.MenuBase<T>
                     C1.Web.Mvc.Menu

See Also

Reference

Menu Members
C1.Web.Mvc Namespace