C# Class Mongdio.MongoEditorControl

ファイルを表示 Open project: okku/Mongdio Class Usage Examples

Public Methods

Method Description
AddText ( string text ) : void
MongoEditorControl ( string name ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DeleteObject ( ) : void
InitializeComponent ( ) : void

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

MongoEditorControl_KeyDown ( object sender, KeyEventArgs e ) : void
RunCommand ( ) : void
RunCommand ( string command ) : void
SaveObject ( ) : void
rtResult_SelectionChanged ( object sender, EventArgs e ) : void
toolStripButtonDelete_Click ( object sender, EventArgs e ) : void
toolStripButtonRun_Click ( object sender, EventArgs e ) : void
toolStripButtonSave_Click ( object sender, EventArgs e ) : void

Method Details

AddText() public method

public AddText ( string text ) : void
text string
return void

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

MongoEditorControl() public method

public MongoEditorControl ( string name ) : System
name string
return System