Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NToolCollection Class
Members


In This Topic
    NToolCollection Class
    In This Topic
    The NToolCollection class is a strongly typed collection, containging NTool instances
    Object Model
    NToolCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.SerializableAttribute()>
    Public Class NToolCollection 
       Inherits System.Collections.CollectionBase
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NToolCollection
    [System.Reflection.DefaultMember("Item")]
    [System.Serializable()]
    public class NToolCollection : System.Collections.CollectionBase, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    A reference to this class can be obtained from the NController Tools property.
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.Diagram.WinForm.NToolCollection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also