'Declaration <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <DescriptionAttribute("Gets or sets the ControlAppearance value for the combobox.")> Public Property Appearance As ControlAppearance
'Usage Dim instance As ComboBox Dim value As ControlAppearance instance.Appearance = value value = instance.Appearance
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Description("Gets or sets the ControlAppearance value for the combobox.")] public ControlAppearance Appearance {get; set;}