InformationBar.WarningForeColor Property

Foreground color that is used for warning and errors

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property WarningForeColor As Color
public Color WarningForeColor { get; set; }
public:
property Color WarningForeColor {
    Color get ();
    void set (Color value);
}
member WarningForeColor : Color with get, set
function get WarningForeColor () : Color 
function set WarningForeColor (value : Color)

Property Value

Type: System.Drawing.Color

.NET Framework Security

See Also

Reference

InformationBar Class

Microsoft.TeamFoundation.Client Namespace