[]
        
(Showing Draft Content)

FarPoint.Web.Spread.MenuItemCollection

MenuItemCollection Class

The Spread menu item collection.

Inheritance
ListBase<MenuItem>
MenuItemCollection
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public sealed class MenuItemCollection : StateList<MenuItem>, IList<MenuItem>, ICollection<MenuItem>, IEnumerable<MenuItem>, IList, ICollection, IEnumerable, IStateManager
Public NotInheritable Class MenuItemCollection
    Inherits StateList(Of MenuItem)
    Implements IList(Of MenuItem), ICollection(Of MenuItem), IEnumerable(Of MenuItem), IList, ICollection, IEnumerable, IStateManager

Constructors

Name Description
MenuItemCollection()

Initializes a new instance of the MenuItemCollection class.

MenuItemCollection(MenuItem)

Initializes a new instance of the MenuItemCollection class.

Properties

Name Description
this[string]

Gets the MenuItem with the specified item text.

Methods

Name Description
OnListChanged(ListChangedEventArgs)

Called when [list changed].