C# Class fCraft.ConfigGUI.TextEditorPopup

Inheritance: System.Windows.Forms.Form
Show file Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
TextEditorPopup ( string fileName, string defaultValue ) : System

Private Methods

Method Description
ContainsLongLines ( ) : bool
bInsertColor_Click ( object sender, EventArgs e ) : void
bInsertKeyword_Click ( object sender, EventArgs e ) : void
bOK_Click ( object sender, EventArgs e ) : void
bReset_Click ( object sender, EventArgs e ) : void
tRules_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

TextEditorPopup() public method

public TextEditorPopup ( string fileName, string defaultValue ) : System
fileName string
defaultValue string
return System