Whether to close the spell checker popup window when the 'Finish' button is clicked and CreatePopUpWindow==false.

C# | C# | Visual Basic | Visual Basic | Visual 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

Boolean

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.
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