Click or drag to resize

ThumbnailImageOnPictureBoxClick Method

Fire the OnClick event of the panel, when the same event gets fired for the PictureBox.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected void OnPictureBoxClick(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
Contains information about the object, which fired the event.
e
Type: SystemEventArgs
Contains general event data.
See Also