'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Gets or sets a value whether the controlwill be automatically selected/deselected on mouse hover/leave")> Public Property MouseSelect As Boolean
'Usage Dim instance As ComboBox Dim value As Boolean instance.MouseSelect = value value = instance.MouseSelect
[DefaultValue()] [Description("Gets or sets a value whether the controlwill be automatically selected/deselected on mouse hover/leave")] public bool MouseSelect {get; set;}