ComponentToolCollection
Wisej.Web.ComponentToolCollection
public class ComponentToolCollection : IList, ICollection, IEnumerable, IList<ComponentTool>, ICollection<ComponentTool>, IEnumerable<ComponentTool>Public Class ComponentToolCollection
Inherits IList
Implements ICollection, IEnumerable, IList(Of ComponentTool), ICollection(Of ComponentTool), IEnumerable(Of ComponentTool)Constructors
ComponentToolCollection()
ComponentToolCollection(owner)
Name
Type
Description
Properties
IsReadOnly
Item(index)
Item(name)
Methods
Add(name, imageSource)
Parameter
Type
Description
Add(tool)
Parameter
Type
Description
AddRange(tools)
Parameter
Type
Description
Clear()
Clear(dispose)
Parameter
Type
Description
Contains(tool)
Parameter
Type
Description
ContainsKey(key)
Parameter
Type
Description
GetEnumerator()
IndexOf(tool)
Parameter
Type
Description
IndexOfKey(key)
Parameter
Type
Description
Insert(index, tool)
Parameter
Type
Description
Remove(tool)
Parameter
Type
Description
RemoveAt(index)
Parameter
Type
Description
RemoveByKey(key)
Parameter
Type
Description
Last updated
Was this helpful?

