See Also

BaseStyle Class  | BaseStyle Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

BackColor Property

Dart.PowerWEB.TextBox Namespace > BaseStyle Class : BackColor Property (BaseStyle)

Gets or sets the background color of the control.

[Visual Basic]
Public Property BackColor As Color
[C#]
public Color BackColor {get; set;}
[C++]
public: __property Color get_BackColor(); public: __property void set_BackColor(    Color value );
[C++/CLI]
public: property Color BackColor {    Color get();    void set (Color value); }

Return Type

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.

Remarks

Use the BackColor property to specify the background color of the control. This property is set using a System.Drawing.Color object.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

BaseStyle Class  | BaseStyle Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.