Edit

Share via


WebView.ForeColor Property

Definition

Gets or sets the foreground color of the control.

[System.ComponentModel.Browsable(false)]
public override System.Drawing.Color ForeColor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ForeColor : System.Drawing.Color with get, set
Public Overrides Property ForeColor As Color

Property Value

The foreground Color of the control.

Attributes

Exceptions

The value of ForeColor is modified.

Remarks

ForeColor cannot be modified and is not visible in the designer.

Applies to