C# Class Nexus.UI.Controls.ImagePreviewBox

Previews an image as a thumbnail.
The image can be clicked to view the full-size image.
Inheritance: System.Windows.Forms.PictureBox
ファイルを表示 Open project: NexusMods/NexusModManager-4.5

Protected Methods

Method Description
OnClick ( EventArgs e ) : void

Raises the Control.Click event of the previewer.

This opens the image viewer with the larger version of the image.

Method Details

OnClick() protected method

Raises the Control.Click event of the previewer.
This opens the image viewer with the larger version of the image.
protected OnClick ( EventArgs e ) : void
e System.EventArgs An describing the event arguments.
return void