'Declaration <DescriptionAttribute("Defines how the widths of the columns in the combobox's dropdown are adjusted.")> <CategoryAttribute("Appearance")> Public Property ColumnWidthAdjustment As ColumnWidthAdjustment
'Usage Dim instance As WinComboBox Dim value As ColumnWidthAdjustment instance.ColumnWidthAdjustment = value value = instance.ColumnWidthAdjustment
[Description("Defines how the widths of the columns in the combobox's dropdown are adjusted.")] [Category("Appearance")] public ColumnWidthAdjustment ColumnWidthAdjustment {get; set;}