Click or drag to resize

ShellBreadCrumbBarBackColor Property

Gets or sets the background color for the control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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