Click or drag to resize

ThumbnailImageOnResize Method

The Resize event must be overridden, because the PictureBox class has no Align property.

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

Parameters

e
Type: SystemEventArgs
the event data
See Also