SpellCheck Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether to spell check the search terms using UltimateSpell.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public bool SpellCheck { get; set; }
Visual Basic
Public Property SpellCheck As Boolean
	Get
	Set
Visual C++
public:
property bool SpellCheck {
	bool get ();
	void set (bool value);
}

Field Value

true if the search terms are spell checked using UltimateSpell; otherwise, false. The default value is false.

Remarks

Use this property to spell check the search terms using UltimateSpell.

See Also