C# Класс Nexus.UI.Controls.ImagePreviewBox

Previews an image as a thumbnail.
The image can be clicked to view the full-size image.
Наследование: System.Windows.Forms.PictureBox
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnClick ( EventArgs e ) : void

Raises the Control.Click event of the previewer.

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

Описание методов

OnClick() защищенный Метод

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.
Результат void