IgnoreWordsInUpperCase Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether to ignore words in uppercase.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

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

Field Value

true if words in uppercase are ignored; otherwise, false. The default value is true.

Remarks

Use this property to ignore words in uppercase.

See Also