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