Edit

Share via


WebView.BackColor Property

Definition

Gets or sets the background color for the control.

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

Property Value

A Color that represents the background color of the control.

Attributes

Exceptions

The value of BackColor is modified.

Remarks

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

Applies to