InformationBar.InfoForeColor Property
Foreground color that is used for default and info
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property InfoForeColor As Color
public Color InfoForeColor { get; set; }
public:
property Color InfoForeColor {
Color get ();
void set (Color value);
}
member InfoForeColor : Color with get, set
function get InfoForeColor () : Color
function set InfoForeColor (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.