Namespace: Telerik.WinControls.RichTextBox.ProofingAssembly: Telerik.WinControls.RichTextBox (in Telerik.WinControls.RichTextBox.dll) Version: 2013.2.612.40 (2013.2.612.40)
Syntax
| C# |
|---|
protected void RemoveWordFromMetaphoneDictionaries(
string word,
string metaphone,
string metaphoneAlternate
) |
| Visual Basic |
|---|
Protected Sub RemoveWordFromMetaphoneDictionaries ( _
word As String, _
metaphone As String, _
metaphoneAlternate As String _
) |
Parameters
- word
- Type: System..::..String
- metaphone
- Type: System..::..String
- metaphoneAlternate
- Type: System..::..String
See Also