C# Class VietOCR.NET.GUIWithSpellcheck

Afficher le fichier Open project: nguyenq/VietOCR3.NET

Méthodes publiques

Méthode Description
GUIWithSpellcheck ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

contextMenuStrip1_Opening ( object sender, CancelEventArgs e ) : void
toolStripButtonSpellCheck_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

item_Click ( object sender, EventArgs e ) : void
makeSuggestions ( string curWord ) : void

Populates suggestions at top of context menu.

Method Details

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

GUIWithSpellcheck() public méthode

public GUIWithSpellcheck ( ) : System
Résultat System

contextMenuStrip1_Opening() protected méthode

protected contextMenuStrip1_Opening ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
Résultat void

toolStripButtonSpellCheck_Click() protected méthode

protected toolStripButtonSpellCheck_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void