'Declaration <DescriptionAttribute("The size of the image.")> <CategoryAttribute("Appearance")> <BrowsableAttribute(False)> Public Property ImageSize As Size
'Usage Dim instance As WinComboBox Dim value As Size instance.ImageSize = value value = instance.ImageSize
[Description("The size of the image.")] [Category("Appearance")] [Browsable(false)] public Size ImageSize {get; set;}