Keyoti RapidSpell WPF API Docs
RemoveWord Method (word)
APIKeyoti.RapidSpell.WpfUserDictionaryRemoveWord(String)
Keyoti RapidSpell WPF
Tries to remove word from this dictionary
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual bool RemoveWord(
	string word
)
public virtual bool RemoveWord(
	string word
)
Public Overridable Function RemoveWord ( 
	word As String
) As Boolean
Public Overridable Function RemoveWord ( 
	word As String
) As Boolean
public:
virtual bool RemoveWord(
	String^ word
)
public:
virtual bool RemoveWord(
	String^ word
)
abstract RemoveWord : 
        word : string -> bool 
override RemoveWord : 
        word : string -> bool 
abstract RemoveWord : 
        word : string -> bool 
override RemoveWord : 
        word : string -> bool 
Parameters
word (String)
String containing the new word
Return Value
Boolean
true if added successfully, false otherwise.

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214