C# 클래스 ICSharpCode.Core.CustomDialog

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
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