C# 클래스 NanoByte.Common.Controls.OKCancelDialog

파일 보기 프로젝트 열기: nano-byte/common

보호된 프로퍼티들

프로퍼티 타입 설명
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