Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NBandCollection Class
Members


In This Topic
    NBandCollection Class
    In This Topic
    Represents a collection of NBand objects.
    Object Model
    NBandCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NBandCollection 
       Inherits NCollectionBase
       Implements Nevron.UI.INSuspendable 
    'Usage
     
    
    Dim instance As NBandCollection
    [System.Reflection.DefaultMember("Item")]
    public class NBandCollection : NCollectionBase, Nevron.UI.INSuspendable  
    Remarks
    An instance of this class can be obtained from the Bands property of the NPanelBar class.
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.UI.WinForm.Controls.NCollectionBase
             Nevron.UI.WinForm.Controls.NBandCollection

    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