'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;}