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


In This Topic
    NListBoxItem Class
    In This Topic
    Represents an item in a NListBox object.
    Object Model
    NListBoxItem Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(Nevron.UI.WinForm.Controls.NListBoxItemTypeConverter)>
    <System.SerializableAttribute()>
    Public Class NListBoxItem 
       Implements INImageListProvider 
    'Usage
     
    
    Dim instance As NListBoxItem
    [System.ComponentModel.TypeConverter(Nevron.UI.WinForm.Controls.NListBoxItemTypeConverter)]
    [System.Serializable()]
    public class NListBoxItem : INImageListProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WinForm.Controls.NListBoxItem
          Nevron.UI.WinForm.Controls.NFontListBoxItem

    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