C# Класс ICSharpCode.Core.CustomDialog

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CustomDialog ( string caption, string message, int acceptButton, int cancelButton, string buttonLabels ) : System

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

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

Приватные методы

Метод Описание
ButtonClick ( object sender, EventArgs e ) : void
MyInitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

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

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

public CustomDialog ( string caption, string message, int acceptButton, int cancelButton, string buttonLabels ) : System
caption string
message string
acceptButton int
cancelButton int
buttonLabels string
Результат System

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

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Результат void