'Declaration <DescriptionAttribute("The height, in pixels, of each item in the combobox.")> <CategoryAttribute("Appearance")> <AmbientValueAttribute(-2147483648)> <LocalizableAttribute(True)> Public Property ItemHeight As Integer
'Usage Dim instance As WinComboBox Dim value As Integer instance.ItemHeight = value value = instance.ItemHeight
[Description("The height, in pixels, of each item in the combobox.")] [Category("Appearance")] [AmbientValue(-2147483648)] [Localizable(true)] public int ItemHeight {get; set;}