StyleSheet::BackColor Property
Gets or sets the background color for the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(false)] [BrowsableAttribute(false)] property Color BackColor { virtual Color get() override; virtual void set(Color value) override; }
| Exception | Condition |
|---|---|
| Exception | The BackColor property was accessed at run time. -or- An attempt was made to set the property. |
Unlike the other properties, the BackColor property is not inherited from its parent. For example, if you set the BackColor property to cyan on a parent control, a child control will not inherit the background color of cyan. You must explicitly set the child control's BackColor property to cyan, or you must set the BackColor property of the parent control and apply the style sheet to the child control. This is consistent with the behavior of cascading style sheets.
Available since 1.1
Styles
BackColor
StyleSheet Class
System.Web.UI.MobileControls Namespace
Introduction to the StyleSheet Control