CapitalizeFirstLetterOfSentences Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether the first letter of sentences is automatically capitalized as you type.

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

Syntax

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

Field Value

true if the first letter of sentences is automatically capitalized as you type; otherwise, false. The default value is false.

Remarks

Use this property to enable automatic capitalization of the first letter of sentences as you type.

See Also