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
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes protégées

Méthode 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 méthode

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.
Résultat void