'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets the Items collection for the ListBox.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public Shadows ReadOnly Property Items As NListBoxItemCollection
'Usage
Dim instance As NListBox Dim value As NListBoxItemCollection value = instance.Items
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets the Items collection for the ListBox.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public new NListBoxItemCollection Items {get;}