InformationBar.LinkForeColor 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 LinkForeColor As Color
public Color LinkForeColor { get; set; }
public:
property Color LinkForeColor {
Color get ();
void set (Color value);
}
member LinkForeColor : Color with get, set
function get LinkForeColor () : Color
function set LinkForeColor (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.