C# Class SecureDeleteWinForms.WipeTools.CompletitionDialog

Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Méthode Description
CompletitionDialog ( ) : System
InsertSelectedWord ( ) : void
SelectDown ( ) : void
SelectUp ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CompletitionDialog_KeyDown ( object sender, KeyEventArgs e ) : void
HandleNewSuggestions ( ) : void
InitializeComponent ( ) : void

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

SuggestionList_DoubleClick ( object sender, EventArgs e ) : void

Method Details

CompletitionDialog() public méthode

public CompletitionDialog ( ) : 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

InsertSelectedWord() public méthode

public InsertSelectedWord ( ) : void
Résultat void

SelectDown() public méthode

public SelectDown ( ) : void
Résultat void

SelectUp() public méthode

public SelectUp ( ) : void
Résultat void