MobileControl::ForeColor Property
Gets or sets the specified foreground color for the style. Typically, this property sets the color for the text. The default value is Empty. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] [TypeConverterAttribute((WebColorConverter^::typeid))] property Color ForeColor { virtual Color get(); virtual void set(Color value); }
You can use the ForeColor property to display text in different colors for all the controls and classes listed in the Inheritance section that follows. For example, in the AdRotator, setting the ForeColor property changes the color of the text in the control; in the Calendar, it changes the color of the text in the calendar; and in the ValidationSummary, it changes the color of the text of the error messages.
The strings that can be used for colors are a set of fixed colors and hexadecimal RGB values. These values can also be specified in the form "#RRGGBB." For example, "#bb7023".
You can also use the Microsoft Windows color constants. For specific details, see SystemColors.
Available since 1.1
Style
MobileControl Class
System.Web.UI.MobileControls Namespace
Creating Custom Mobile Controls
Inside the ASP.NET Mobile Controls