Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListBox Class / CreateItemCollection Method


In This Topic
    CreateItemCollection Method (NListBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateItemCollection() As System.Windows.Forms.ListBox.ObjectCollection
    'Usage
     
    
    Dim instance As NListBox
    Dim value As System.Windows.Forms.ListBox.ObjectCollection
     
    value = instance.CreateItemCollection()
    protected override System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection()
    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