Click or drag to resize

ShellSystemListOnResize Method

This method overrides OnResize to also notify the com object (shellview) if the component was resized.

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

Parameters

e
Type: SystemEventArgs
The event arguments
See Also