Menu.MenuItemCollection
Wisej.Web.Menu MenuItemCollection
public class MenuItemCollection : IList, ICollection, IEnumerablePublic Class MenuItemCollection
Inherits IList
Implements ICollection, IEnumerableConstructors
MenuItemCollection(owner)
Name
Type
Description
Properties
Count
IsReadOnly
Item(index)
Item(key)
Methods
Add(caption)
Parameter
Type
Description
Add(caption, onClick)
Parameter
Type
Description
Add(caption, items)
Parameter
Type
Description
Add(item)
Parameter
Type
Description
Add(index, item)
Parameter
Type
Description
AddRange(items)
Parameter
Type
Description
Clear()
Clear(dispose)
Parameter
Type
Description
Contains(value)
Parameter
Type
Description
ContainsKey(key)
Parameter
Type
Description
CopyTo(dest, index)
Parameter
Type
Description
Find(key, searchAllChildren)
Parameter
Type
Description
GetEnumerator()
IndexOf(value)
Parameter
Type
Description
IndexOfKey(key)
Parameter
Type
Description
Remove(item)
Parameter
Type
Description
RemoveAt(index)
Parameter
Type
Description
RemoveByKey(key)
Parameter
Type
Description
Last updated
Was this helpful?

