C# Class VietOCR.NET.GUIWithSpellcheck

Mostra file Open project: nguyenq/VietOCR3.NET

Public Methods

Method Description
GUIWithSpellcheck ( ) : System

Protected Methods

Method 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

Method 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 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

GUIWithSpellcheck() public method

public GUIWithSpellcheck ( ) : System
return System

contextMenuStrip1_Opening() protected method

protected contextMenuStrip1_Opening ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
return void

toolStripButtonSpellCheck_Click() protected method

protected toolStripButtonSpellCheck_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void