StyleSheet.BackColor Property
.NET Framework 3.0
Gets or sets the background color for the control.
Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in system.web.mobile.dll)
Assembly: System.Web.Mobile (in system.web.mobile.dll)
[BindableAttribute(false)] public: virtual property Color BackColor { Color get () override; void set (Color value) override; }
/** @property */ public Color get_BackColor () /** @property */ public void set_BackColor (Color value)
public override function get BackColor () : Color public override function set BackColor (value : Color)
Not applicable.
Property Value
The specified background color for the style.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.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: