Changes the current bad word for one selected from the suggestions list or entered in the query pane
            	returns the word used. 
 Declaration Syntax
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
protected string MakeChange( bool inChangeAllProcess )
protected string MakeChange( bool inChangeAllProcess )
Protected Function MakeChange ( inChangeAllProcess As Boolean ) As String
Protected Function MakeChange ( inChangeAllProcess As Boolean ) As String
protected: String^ MakeChange( bool inChangeAllProcess )
protected: String^ MakeChange( bool inChangeAllProcess )
member MakeChange : inChangeAllProcess : bool -> string
member MakeChange : inChangeAllProcess : bool -> string
 Parameters
 Parameters- inChangeAllProcess (Boolean)
 Return Value
 Return Value Remarks
 RemarksinChangeAllProcess 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

