'Declaration Public Overridable Function AddWord( _
ByVal engineThe spell check engine.As ISpellCheckEngine, _
ByVal wordThe word to add.As System.String _
) As Boolean
public virtual bool AddWord(
ISpellCheckEngine engine,
System.String word
)
public: virtual bool AddWord(
ISpellCheckEngine* engine,
System.String word
)
public:
virtual bool AddWord(
ISpellCheckEngine^ engine,
System.String word
)
Parameters
- engine
- The spell check engine.
- word
- The word to add.
Return Value
True if the word was successfully added; otherwise, false.