Dart.PowerWEB.TextBox Namespace > BaseChildControl Class : BackColor Property (BaseChildControl) |
Gets or sets the background color of the control.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
Overrides Public Property BackColor As Color
[C#]
[NotifyParentPropertyAttribute(true)]
public override Color BackColor {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
public: __property Color get_BackColor()override ;
public: __property void set_BackColor(
Color value
)override ;
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
public:
property Color BackColor override {
Color get();
void set (Color value);
}
A System.Drawing.Color that represents the background color of the control. The default is Color.Empty, which indicates that this property is not set.
Use the BackColor property to specify the background color of the control. This property is set using a System.Drawing.Color object.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseChildControl Class | BaseChildControl Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.