C# Класс NanoByte.Common.Controls.OKCancelDialog

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
buttonCancel System.Windows.Forms.Button
buttonOK System.Windows.Forms.Button

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

Метод Описание
OKCancelDialog ( ) : System.Windows.Forms

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCancelClicked ( ) : void

This hook is called when the user clicks the Cancel button.

OnOKClicked ( ) : void

This hook is called when the user clicks the OK button.

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

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buttonCancel_Click ( object sender, System e ) : void
buttonOK_Click ( object sender, System e ) : void

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public OKCancelDialog ( ) : System.Windows.Forms
Результат System.Windows.Forms

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

This hook is called when the user clicks the Cancel button.
protected OnCancelClicked ( ) : void
Результат void

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

This hook is called when the user clicks the OK button.
protected OnOKClicked ( ) : void
Результат void

Описание свойств

buttonCancel защищенное свойство

protected System.Windows.Forms.Button buttonCancel
Результат System.Windows.Forms.Button

buttonOK защищенное свойство

protected System.Windows.Forms.Button buttonOK
Результат System.Windows.Forms.Button