'Declaration
<System.ComponentModel.DefaultValueAttribute(8)> <System.ComponentModel.DescriptionAttribute("Gets/sets the number of items that should display in the drop-down part. By default the items are 8.")> Public Property DropDownItems As System.Integer
'Usage
Dim instance As NComboBox Dim value As System.Integer instance.DropDownItems = value value = instance.DropDownItems
[System.ComponentModel.DefaultValue(8)] [System.ComponentModel.Description("Gets/sets the number of items that should display in the drop-down part. By default the items are 8.")] public System.int DropDownItems {get; set;}