Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeNodeCollection Class
Properties Methods Events


In This Topic
    NTreeNodeCollection Class Members
    In This Topic

    The following tables list the members exposed by NTreeNodeCollection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyGets the first visible item in the collection. (Inherited from Nevron.UI.WinForm.Controls.NLightUIItemCollection)
    Public Property (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Public PropertyGets the node at the specified index.  
    Public PropertyGets the last visible item in the collection. (Inherited from Nevron.UI.WinForm.Controls.NLightUIItemCollection)
    Public PropertyGets the count of currently visible items. (Inherited from Nevron.UI.WinForm.Controls.NLightUIItemCollection)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified node to the collection.  
    Public MethodAdds range of nodes to the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodDetermines whether the specified item is contained in the collection. (Inherited from Nevron.UI.WinForm.Controls.NLightUIItemCollection)
    Public MethodOverloaded. Disposes all the resources used by the collection. (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Public MethodOverloaded.  (Inherited from Nevron.UI.WinForm.Controls.NLightUIItemCollection)
    Public MethodGets the total count of all children, including nested ones. (Inherited from Nevron.UI.WinForm.Controls.NLightUIItemCollection)
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodOverloaded. Gets all items that have the specified check state. (Inherited from Nevron.UI.WinForm.Controls.NLightUIItemCollection)
    Public MethodCollects all nodes with the specified name.  
    Public MethodCollects all nodes with the specified text.  
    Public MethodGets the zero-based index of the specified item. (Inherited from Nevron.UI.WinForm.Controls.NLightUIItemCollection)
    Public MethodInserts the specified node at the specified position in the collection.  
    Public MethodRemoves the specified node from the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodOverloaded.  (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Public MethodOverloaded. Sorts the collection. (Inherited from Nevron.UI.WinForm.Controls.NLightUIItemCollection)
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Top
    Public Events
     NameDescription
    Public EventFired when inserting of an object is complete (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Public EventFired when removing of an object is completed (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Public EventFired before inserting an object (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Public EventFired when removing of an object is started (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Public EventFired whenever the collection is changed. (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Public EventFired when clearing of the collection is completed (Inherited from Nevron.UI.WinForm.Controls.NCollectionBase)
    Top
    See Also