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






Gets or sets the background color of the WebGrid control.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
Public Overrides Property BackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public override Color BackColor {get; set;}
Delphi 
public read-write property BackColor: Color; override; 
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
NotifyParentPropertyAttribute()
CategoryAttribute("Appearance")
public override function get,set BackColor : Color
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public: __property Color get_BackColor() override;
public: __property void set_BackColor( 
   Color value
) override;
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public:
property Color BackColor {
   Color get() override;
   void set (    Color value) override;
}

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.