Click or drag to resize

ShellAddressBarOnParentChanged Method

Raises the ParentChanged event.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.3
Syntax
protected override void OnParentChanged(
	EventArgs e
)

Parameters

e  EventArgs
An EventArgs that contains the event data.
Remarks
SBNET-1897: The dark-mode appearance of the address bar and all of its subcomponents is derived from the effective BackColor via BackColor.IsDark(). To make the address bar follow its host (e.g. an ExplorerBrowser whose native content cannot be themed dark) instead of the system theme, we adopt the parent's BackColor whenever the parent changes and keep tracking the parent's BackColorChanged event.
See Also