Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NComboBox Class / Items Property


In This Topic
    Items Property (NComboBox)
    In This Topic
    Gets the Items collection for the drop-down NListBox.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets the Items collection for the drop-down NListBox.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Items As NListBoxItemCollection
    'Usage
     
    
    Dim instance As NComboBox
    Dim value As NListBoxItemCollection
     
    value = instance.Items
    [System.ComponentModel.Description("Gets the Items collection for the drop-down NListBox.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NListBoxItemCollection Items {get;}
    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