Sets whether a message box should be opened when the spell check is complete.
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("Use ShowFinishedMessageBox instead.", true)] public void SetShowFinishedMessageBox( bool b )
<ObsoleteAttribute("Use ShowFinishedMessageBox instead.", true)> Public Sub SetShowFinishedMessageBox ( b As Boolean )
public: [ObsoleteAttribute(L"Use ShowFinishedMessageBox instead.", true)] void SetShowFinishedMessageBox( bool b )
[<ObsoleteAttribute("Use ShowFinishedMessageBox instead.", true)>] member SetShowFinishedMessageBox : b : bool -> unit
- b (Boolean)
- boolean indicating if the message box should be opened.
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)