C# Класс VietOCR.NET.GUIWithSpellcheck

Показать файл Открыть проект

Открытые методы

Метод Описание
GUIWithSpellcheck ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Приватные методы

Метод Описание
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.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GUIWithSpellcheck() публичный Метод

public GUIWithSpellcheck ( ) : System
Результат System

contextMenuStrip1_Opening() защищенный Метод

protected contextMenuStrip1_Opening ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
Результат void

toolStripButtonSpellCheck_Click() защищенный Метод

protected toolStripButtonSpellCheck_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void