Click or drag to resize

ShellTreeViewWndProc Method

Overrides the WindProc function and filters ERASEBKGND to avoid flickering.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void WndProc(
	ref Message m
)

Parameters

m
Type: System.Windows.FormsMessage
The Windows Message to process.
See Also