'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the color displayed by the button.")> Public Property Color As System.Drawing.Color
'Usage
Dim instance As NColorButton Dim value As System.Drawing.Color instance.Color = value value = instance.Color
[System.ComponentModel.Description("Gets/sets the color displayed by the button.")] public System.Drawing.Color Color {get; set;}