Метод | Описание | |
---|---|---|
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.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected contextMenuStrip1_Opening ( object sender, CancelEventArgs e ) : void | ||
sender | object | |
e | CancelEventArgs | |
Результат | void |
protected toolStripButtonSpellCheck_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Результат | void |