Dart.PowerWEB.TextBox Namespace > BaseStyle Class : ForeColor Property (BaseStyle) |
Gets or sets the foreground color (typically the color of the text) of the control.
[Visual Basic]
Public Property ForeColor As Color
[C#]
public Color ForeColor {get; set;}
[C++]
public: __property Color get_ForeColor();
public: __property void set_ForeColor(
Color value
);
A System.Drawing.Color that represents the foreground color of the control. The default is Color.Empty.
Use the ForeColor property to specify the foreground color of the control. The foreground color is usually the color of the text. This property will render on browsers earlier than Microsoft Internet
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseStyle Class | BaseStyle Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.