Keyoti RapidSpell Desktop .NET API Docs
MakeChange Method (inChangeAllProcess, newWord, removeDuplicate)
APIKeyoti.RapidSpellRapidSpellGUIPresenterMakeChange(Boolean, String, Boolean)
Keyoti RapidSpell Desktop .NET
Changes the current bad word for one selected from the suggestions list or entered in the query pane returns the word used.
Declaration Syntax
C#Visual BasicVisual C++F#
protected virtual string MakeChange(
	bool inChangeAllProcess,
	string newWord,
	bool removeDuplicate
)
Protected Overridable Function MakeChange ( 
	inChangeAllProcess As Boolean,
	newWord As String,
	removeDuplicate As Boolean
) As String
protected:
virtual String^ MakeChange(
	bool inChangeAllProcess, 
	String^ newWord, 
	bool removeDuplicate
)
abstract MakeChange : 
        inChangeAllProcess : bool * 
        newWord : string * 
        removeDuplicate : bool -> string 
override MakeChange : 
        inChangeAllProcess : bool * 
        newWord : string * 
        removeDuplicate : bool -> string 
Parameters
inChangeAllProcess (Boolean)
newWord (String)
removeDuplicate (Boolean)
Return Value
Remarks
inChangeAllProcess is true if this operation is part of a 'Change All'

Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204