'Declaration <DescriptionAttribute("Indicates the appearance of the button.")> <CategoryAttribute("Appearance")> <MergablePropertyAttribute(False)> Public Property ButtonType As ButtonType
'Usage Dim instance As WinButton Dim value As ButtonType instance.ButtonType = value value = instance.ButtonType
[Description("Indicates the appearance of the button.")] [Category("Appearance")] [MergableProperty(false)] public ButtonType ButtonType {get; set;}