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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool FinishClosesWindow { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool FinishClosesWindow { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property FinishClosesWindow As Boolean
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property FinishClosesWindow As Boolean
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool FinishClosesWindow {
	bool get ();
	void set (bool value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool FinishClosesWindow {
	bool get ();
	void set (bool value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member FinishClosesWindow : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member FinishClosesWindow : bool with get, set
Property Value
Boolean
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.dll) Version: 6.4.25.331