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.2
Syntax
protected override void OnResize(
	EventArgs e
)

Parameters

e  EventArgs
the event data
See Also