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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.