'Declaration
<SRCategoryAttribute("Appearance")> <System.Runtime.InteropServices.DispIdAttribute(-501)> <SRDescriptionAttribute("The background color of the component. ")> Public Overridable Property BackColor As System.Drawing.Color
'Usage
Dim instance As EditSourceManager Dim value As System.Drawing.Color instance.BackColor = value value = instance.BackColor
[SRCategory("Appearance")] [System.Runtime.InteropServices.DispId(-501)] [SRDescription("The background color of the component. ")] public virtual System.Drawing.Color BackColor {get; set;}