Keyoti RapidSpell Web .NET Help Docs
Validator Property
API DocumentationKeyoti.RapidSpellRapidSpellWebLauncherValidator
Keyoti RapidSpell Web .NET
Whether to work as a validator.
Declaration Syntax
C#Visual BasicVisual C++
public bool Validator { get; set; }
Public Property Validator As Boolean
public:
property bool Validator {
	bool get ();
	void set (bool value);
}
Remarks
Simply set the Validator property true, and use as any other ASP.NET validator. When validation is performed on the server, if there are errors and the spell check hasn't already been performed then the validation warning will be shown. The user can leave spelling 'errors' in the text box (because some words, such as names, are not known by the spell checker, but are valid), but they must at least run the spell check if there are errors. Set the AutoLaunchWhenTextInvalid property to true to have the spell check launch automatically after the page posts back - however, understand that most pop-up blockers will block pop-up windows opened without direct user action.

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