C# Class TexturedFontEditor.Dialog_InputBox

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: 9chu/LuaSTGPlus Class Usage Examples

Public Methods

Method Description
Dialog_InputBox ( string TipText, string Caption, string Default ) : System
OpenDialog ( string TipText, string Caption, string Default, string &InputText ) : DialogResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Dialog_InputBox_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void
textBox1_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

Dialog_InputBox() public method

public Dialog_InputBox ( string TipText, string Caption, string Default ) : System
TipText string
Caption string
Default string
return System

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

OpenDialog() public static method

public static OpenDialog ( string TipText, string Caption, string Default, string &InputText ) : DialogResult
TipText string
Caption string
Default string
InputText string
return DialogResult