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


In This Topic
    NListBoxItemCollection Class
    In This Topic
    Represents a collection of items in a NListBox object.
    Object Model
    NListBoxItemCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.ComponentModel.EditorAttribute(Nevron.UI.WinForm.Controls.NListBoxItemCollectionEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.ListBindableAttribute(False)>
    Public Class NListBoxItemCollection 
       Inherits System.Windows.Forms.ListBox.ObjectCollection
    'Usage
     
    
    Dim instance As NListBoxItemCollection
    [System.Reflection.DefaultMember("Item")]
    [System.ComponentModel.Editor(Nevron.UI.WinForm.Controls.NListBoxItemCollectionEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.ListBindable(false)]
    public class NListBoxItemCollection : System.Windows.Forms.ListBox.ObjectCollection 
    Inheritance Hierarchy

    System.Object
       System.Windows.Forms.ListBox.ObjectCollection
          Nevron.UI.WinForm.Controls.NListBoxItemCollection

    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