Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MenuItemCollection Class
Members


In This Topic
    MenuItemCollection Class
    In This Topic
    The Spread menu item collection.
    Object Model
    MenuItemCollection ClassMenuItem Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class MenuItemCollection 
       Inherits FarPoint.Web.Spread.StateList(Of MenuItem)
    'Usage
     
    
    Dim instance As MenuItemCollection
    public sealed class MenuItemCollection : FarPoint.Web.Spread.StateList<MenuItem> 
    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.ListBase<T>
          FarPoint.Web.Spread.StateList<T>
             FarPoint.Web.Spread.MenuItemCollection

    See Also