C# Class NanoByte.Common.Controls.OKCancelDialog

Afficher le fichier Open project: nano-byte/common

Protected Properties

Свойство Type Description
buttonCancel System.Windows.Forms.Button
buttonOK System.Windows.Forms.Button

Méthodes publiques

Méthode Description
OKCancelDialog ( ) : System.Windows.Forms

Méthodes protégées

Méthode Description
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.

Private Methods

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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OKCancelDialog() public méthode

public OKCancelDialog ( ) : System.Windows.Forms
Résultat System.Windows.Forms

OnCancelClicked() protected méthode

This hook is called when the user clicks the Cancel button.
protected OnCancelClicked ( ) : void
Résultat void

OnOKClicked() protected méthode

This hook is called when the user clicks the OK button.
protected OnOKClicked ( ) : void
Résultat void

Property Details

buttonCancel protected_oe property

protected System.Windows.Forms.Button buttonCancel
Résultat System.Windows.Forms.Button

buttonOK protected_oe property

protected System.Windows.Forms.Button buttonOK
Résultat System.Windows.Forms.Button