C# 클래스 FC3Editor.UI.PromptForm

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

공개 메소드들

메소드 설명
GetFloatValidation ( float min, float max ) : PromptForm.ValidationDelegate
GetIntegerValidation ( int min, int max ) : PromptForm.ValidationDelegate
PromptForm ( ) : System
PromptForm ( string prompt ) : System
PromptForm ( string prompt, string title ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
okButton_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetFloatValidation() 공개 정적인 메소드

public static GetFloatValidation ( float min, float max ) : PromptForm.ValidationDelegate
min float
max float
리턴 PromptForm.ValidationDelegate

GetIntegerValidation() 공개 정적인 메소드

public static GetIntegerValidation ( int min, int max ) : PromptForm.ValidationDelegate
min int
max int
리턴 PromptForm.ValidationDelegate

PromptForm() 공개 메소드

public PromptForm ( ) : System
리턴 System

PromptForm() 공개 메소드

public PromptForm ( string prompt ) : System
prompt string
리턴 System

PromptForm() 공개 메소드

public PromptForm ( string prompt, string title ) : System
prompt string
title string
리턴 System