'Declaration <DescriptionAttribute("Indicates how string representations of items contained in the combobox are considered.")> <CategoryAttribute("Behavior")> Public Property CompareType As CompareType
'Usage Dim instance As WinComboBox Dim value As CompareType instance.CompareType = value value = instance.CompareType
[Description("Indicates how string representations of items contained in the combobox are considered.")] [Category("Behavior")] public CompareType CompareType {get; set;}