C# Class ARCed.Scripting.AutoCompleteForm

Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode Description
AddToAutocomplete ( string text ) : void
AutoCompleteForm ( ) : System

Default constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

buttonAdd_Click ( object sender, EventArgs e ) : void
buttonClear_Click ( object sender, EventArgs e ) : void
buttonPaste_Click ( object sender, EventArgs e ) : void
listBoxWords_KeyDown ( object sender, KeyEventArgs e ) : void
numericAutoLength_ValueChanged ( object sender, EventArgs e ) : void
removeSelectedToolStripMenuItem_Click ( object sender, EventArgs e ) : void
textBoxFillUp_TextChanged ( object sender, EventArgs e ) : void

Method Details

AddToAutocomplete() public méthode

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

AutoCompleteForm() public méthode

Default constructor
public AutoCompleteForm ( ) : System
Résultat System

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