C# Class NanoByte.Common.Controls.OKCancelDialog

ファイルを表示 Open project: nano-byte/common

Protected Properties

Property Type Description
buttonCancel System.Windows.Forms.Button
buttonOK System.Windows.Forms.Button

Public Methods

Method Description
OKCancelDialog ( ) : System.Windows.Forms

Protected Methods

Method 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

Method 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 method

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

OKCancelDialog() public method

public OKCancelDialog ( ) : System.Windows.Forms
return System.Windows.Forms

OnCancelClicked() protected method

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

OnOKClicked() protected method

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

Property Details

buttonCancel protected_oe property

protected System.Windows.Forms.Button buttonCancel
return System.Windows.Forms.Button

buttonOK protected_oe property

protected System.Windows.Forms.Button buttonOK
return System.Windows.Forms.Button