C# Class Mongdio.MongoEditorControl

Afficher le fichier Open project: okku/Mongdio Class Usage Examples

Méthodes publiques

Méthode Description
AddText ( string text ) : void
MongoEditorControl ( string name ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AddText ( string text ) : void
text string
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

MongoEditorControl() public méthode

public MongoEditorControl ( string name ) : System
name string
Résultat System