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


In This Topic
    NToolbarItemCollection Class
    In This Topic
    This collection holds toolbar items
    Object Model
    NToolbarItemCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.ThinWeb.NToolCollection)>
    <System.SerializableAttribute()>
    Public Class NToolbarItemCollection 
       Inherits NNodeCollection
       Implements Nevron.Dom.INNode, Nevron.Dom.INNodeComposite, Nevron.Dom.INNodeContainer, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NToolbarItemCollection
    [System.Reflection.DefaultMember("Item")]
    [System.Xml.Serialization.XmlInclude(Nevron.ThinWeb.NToolCollection)]
    [System.Serializable()]
    public class NToolbarItemCollection : 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.NToolbarItemCollection

    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