C# 클래스 ICSharpCode.Core.InputBox

Description of InputBox.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
InputBox ( string text, string caption, string defaultValue ) : System

비공개 메소드들

메소드 설명
AcceptButtonClick ( object sender, System e ) : void
CancelButtonClick ( object sender, System e ) : void
InitializeComponent ( ) : 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.

메소드 상세

InputBox() 공개 메소드

public InputBox ( string text, string caption, string defaultValue ) : System
text string
caption string
defaultValue string
리턴 System