'Declaration <DescriptionAttribute("The style with which the image is displayed.")> <CategoryAttribute("Appearance")> <BrowsableAttribute(False)> <LocalizableAttribute(True)> Public Property ImageStyle As ImageStyle
'Usage Dim instance As WinComboBox Dim value As ImageStyle instance.ImageStyle = value value = instance.ImageStyle
[Description("The style with which the image is displayed.")] [Category("Appearance")] [Browsable(false)] [Localizable(true)] public ImageStyle ImageStyle {get; set;}