Intersoft WebGrid Documentation
BackColor Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCellTemplateContainer Class : BackColor Property






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<WebSysDescriptionAttribute("Color of the background of the control.")>
<WebCategoryAttribute("Appearance")>
Public Overridable Property BackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellTemplateContainer
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
C# 
[DefaultValueAttribute()]
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[WebSysDescriptionAttribute("Color of the background of the control.")]
[WebCategoryAttribute("Appearance")]
public virtual Color BackColor {get; set;}
Delphi 
public read-write property BackColor: Color; virtual; 
JScript 
DefaultValueAttribute()
TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
WebSysDescriptionAttribute("Color of the background of the control.")
WebCategoryAttribute("Appearance")
public function get,set BackColor : Color
Managed Extensions for C++ 
[DefaultValueAttribute()]
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[WebSysDescriptionAttribute("Color of the background of the control.")]
[WebCategoryAttribute("Appearance")]
public: __property virtual Color get_BackColor();
public: __property virtual void set_BackColor( 
   Color value
);
C++/CLI 
[DefaultValueAttribute()]
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[WebSysDescriptionAttribute("Color of the background of the control.")]
[WebCategoryAttribute("Appearance")]
public:
virtual property Color BackColor {
   Color get();
   void set (    Color value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.