Click or drag to resize

ShellAddressBarBackColor Property

Gets or sets the background color for the control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public override Color BackColor { get; set; }

Return Value

Type: Color
A Color that represents the background color of the control. The default is the value of the DefaultBackColor property.
See Also