TreeNodeCollection
Wisej.Web.TreeNodeCollection
public class TreeNodeCollection : IList, ICollection, IEnumerable, IList<TreeNode>, ICollection<TreeNode>, IEnumerable<TreeNode>Public Class TreeNodeCollection
Inherits IList
Implements ICollection, IEnumerable, IList(Of TreeNode), ICollection(Of TreeNode), IEnumerable(Of TreeNode)Properties
Count
IsReadOnly
Item(index)
Item(key)
Methods
Add(text)
Parameter
Type
Description
Add(key, text)
Parameter
Type
Description
Add(key, text, imageIndex)
Parameter
Type
Description
Add(key, text, imageKey)
Parameter
Type
Description
Add(key, text, imageIndex, selectedImageIndex)
Parameter
Type
Description
Add(key, text, imageKey, selectedImageKey)
Parameter
Type
Description
Add(node)
Parameter
Type
Description
AddRange(nodes)
Parameter
Type
Description
Clear()
Clear(dispose)
Parameter
Type
Description
Contains(node)
Parameter
Type
Description
ContainsKey(key)
Parameter
Type
Description
CopyTo(dest, index)
Parameter
Type
Description
Find(key, searchAllChildren)
Parameter
Type
Description
GetEnumerator()
IndexOf(node)
Parameter
Type
Description
IndexOfKey(key)
Parameter
Type
Description
Insert(index, node)
Parameter
Type
Description
Insert(index, text)
Parameter
Type
Description
Insert(index, key, text)
Parameter
Type
Description
Insert(index, key, text, imageIndex)
Parameter
Type
Description
Insert(index, key, text, imageKey)
Parameter
Type
Description
Insert(index, key, text, imageIndex, selectedImageIndex)
Parameter
Type
Description
Insert(index, key, text, imageKey, selectedImageKey)
Parameter
Type
Description
Remove(node)
Parameter
Type
Description
RemoveAt(index)
Parameter
Type
Description
RemoveByKey(key)
Parameter
Type
Description
Events
CollectionChanged
Last updated
Was this helpful?

