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


In This Topic
    Items Property (NComboBoxCommandContext)
    In This Topic
    Gets the ListBox.ObjectCollection for the NComboBox.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets the ListBox.ObjectCollection for the NComboBox.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Items As NListBoxItemCollection
    'Usage
     
    
    Dim instance As NComboBoxCommandContext
    Dim value As NListBoxItemCollection
     
    value = instance.Items
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets the ListBox.ObjectCollection for the NComboBox.")]
    [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