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.2
Syntax
protected void OnPictureBoxClick(
	Object sender,
	EventArgs e
)

Parameters

sender  Object
Contains information about the object, which fired the event.
e  EventArgs
Contains general event data.
See Also