'Declaration <DescriptionAttribute("Indicates the mode to use when searching for items in the combobox.")> <CategoryAttribute("Behavior")> Public Property SearchMode As SearchMode
'Usage Dim instance As WinComboBox Dim value As SearchMode instance.SearchMode = value value = instance.SearchMode
[Description("Indicates the mode to use when searching for items in the combobox.")] [Category("Behavior")] public SearchMode SearchMode {get; set;}