Keyoti RapidSpell Web .NET Help Docs
FinishClosesWindow Property
API DocumentationKeyoti.RapidSpellRapidSpellWebLauncherFinishClosesWindow
Keyoti RapidSpell Web .NET
Whether to close the spell checker popup window when the 'Finish' button is clicked and CreatePopUpWindow==false.
Declaration Syntax
C#Visual BasicVisual C++
public bool FinishClosesWindow { get; set; }
Public Property FinishClosesWindow As Boolean
public:
property bool FinishClosesWindow {
	bool get ();
	void set (bool value);
}
Remarks
When checking multiple text boxes if this is set to false the window will stay open spell checking will move onto the next text box, if this is set true (default) the window will close and spell checking will end.
When the Finish button is clicked the FinishedListener is called, regardless of the value of this property.
Note this only has effect when CreatePopUpWindow==false.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625