Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides RichTextBox.ForeColor.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Overrides Property ForeColor As Color
public override Color ForeColor { get; set; }
public:
virtual property Color ForeColor {
Color get () override;
void set (Color value) override;
}
abstract ForeColor : Color with get, set
override ForeColor : Color with get, set
override function get ForeColor () : Color
override function set ForeColor (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.