C# Класс ComponentFactory.Krypton.Navigator.PopupPageEventArgs

Details for a popup page event.
Наследование: KryptonPageCancelEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PopupPageEventArgs ( KryptonPage page, int index, Rectangle screenRect ) : System

Initialize a new instance of the PopupPageEventArgs class.

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

PopupPageEventArgs() публичный Метод

Initialize a new instance of the PopupPageEventArgs class.
public PopupPageEventArgs ( KryptonPage page, int index, Rectangle screenRect ) : System
page KryptonPage Page effected by event.
index int Index of page in the owning collection.
screenRect System.Drawing.Rectangle Screen rectangle for showing the popup.
Результат System