Nevron .NET Vision
Nevron.ThinWeb Namespace / NToolCollection Class
Members


In This Topic
    NToolCollection Class
    In This Topic
    This collection holds the tools, which can applied to the control.
    Object Model
    NToolCollection Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.ThinWeb.NToolCollection)>
    <System.SerializableAttribute()>
    Public Class NToolCollection 
       Inherits NNodeCollection
       Implements Nevron.Dom.INNode, Nevron.Dom.INNodeComposite, Nevron.Dom.INNodeContainer, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NToolCollection
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.Reflection.DefaultMember("Item")]
    [System.Xml.Serialization.XmlInclude(Nevron.ThinWeb.NToolCollection)]
    [System.Serializable()]
    public class NToolCollection : NNodeCollection, Nevron.Dom.INNode, Nevron.Dom.INNodeComposite, Nevron.Dom.INNodeContainer, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.ThinWeb.NNode
          Nevron.ThinWeb.NNodeComposite
             Nevron.ThinWeb.NNodeCollection
                Nevron.ThinWeb.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