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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected virtual string MakeChange(
	bool inChangeAllProcess,
	string newWord,
	bool removeDuplicate
)
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 Overridable Function MakeChange ( 
	inChangeAllProcess As Boolean,
	newWord As String,
	removeDuplicate As Boolean
) As String
protected:
virtual String^ MakeChange(
	bool inChangeAllProcess, 
	String^ newWord, 
	bool removeDuplicate
)
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 
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.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412