'Declaration
<WebCategoryAttribute("Appearance")> <System.ComponentModel.DefaultValueAttribute()> <WebSysDescriptionAttribute("Color of the background of the control.")> <System.ComponentModel.TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> Public Overridable Property BackColor As System.Drawing.Color
'Usage
Dim instance As SubmitDialog Dim value As System.Drawing.Color instance.BackColor = value value = instance.BackColor
[WebCategory("Appearance")] [System.ComponentModel.DefaultValue()] [WebSysDescription("Color of the background of the control.")] [System.ComponentModel.TypeConverter("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] public virtual System.Drawing.Color BackColor {get; set;}