Returns whether a message box should be opened when the spell check is complete.
 Declaration Syntax
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
[ObsoleteAttribute("Use ShowFinishedMessageBox instead.", true)] public bool IsShowFinishedMessageBox()
[ObsoleteAttribute("Use ShowFinishedMessageBox instead.", true)] public bool IsShowFinishedMessageBox()
<ObsoleteAttribute("Use ShowFinishedMessageBox instead.", true)> Public Function IsShowFinishedMessageBox As Boolean
<ObsoleteAttribute("Use ShowFinishedMessageBox instead.", true)> Public Function IsShowFinishedMessageBox As Boolean
public: [ObsoleteAttribute(L"Use ShowFinishedMessageBox instead.", true)] virtual bool IsShowFinishedMessageBox() sealed
public: [ObsoleteAttribute(L"Use ShowFinishedMessageBox instead.", true)] virtual bool IsShowFinishedMessageBox() sealed
[<ObsoleteAttribute("Use ShowFinishedMessageBox instead.", true)>] abstract IsShowFinishedMessageBox : unit -> bool [<ObsoleteAttribute("Use ShowFinishedMessageBox instead.", true)>] override IsShowFinishedMessageBox : unit -> bool
[<ObsoleteAttribute("Use ShowFinishedMessageBox instead.", true)>] abstract IsShowFinishedMessageBox : unit -> bool [<ObsoleteAttribute("Use ShowFinishedMessageBox instead.", true)>] override IsShowFinishedMessageBox : unit -> bool
 Return Value
 Return ValueBoolean
true if the message box should be opened, false otherwise.
true if the message box should be opened, false otherwise.
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412

