Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockZoneChildCollection Class
Members


In This Topic
    NDockZoneChildCollection Class
    In This Topic
    Represents a collection of INDockZoneChild objects. The collection itself does not provide add and remove methods. Call the AddChild and RemoveChild methods of the parent zone instead.
    Object Model
    NDockZoneChildCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NDockZoneChildCollection 
       Inherits Nevron.UI.WinForm.Controls.NCollectionBase
       Implements Nevron.INReferenceHolder, Nevron.UI.INSuspendable 
    'Usage
     
    
    Dim instance As NDockZoneChildCollection
    [System.Reflection.DefaultMember("Item")]
    public class NDockZoneChildCollection : Nevron.UI.WinForm.Controls.NCollectionBase, Nevron.INReferenceHolder, Nevron.UI.INSuspendable  
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.UI.WinForm.Controls.NCollectionBase
             Nevron.UI.WinForm.Docking.NDockZoneChildCollection

    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