KaxSpellFragmentIgnoreOptions Property |
Configures the spellchecker engine, so that it knows whether to skip URL's, email
addresses, and filenames and not flag them as erros.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic FragmentIgnoreOptions FragmentIgnoreOptions { get; set; }
Public Property FragmentIgnoreOptions As FragmentIgnoreOptions
Get
Set
public:
property FragmentIgnoreOptions FragmentIgnoreOptions {
FragmentIgnoreOptions get ();
void set (FragmentIgnoreOptions value);
}
member FragmentIgnoreOptions : FragmentIgnoreOptions with get, set
Property Value
Type:
FragmentIgnoreOptions
See Also