GrammaticalErrorStyle Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the style applied to the grammatical error on the grammar check dialog box.

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

Syntax

C#
public virtual Style GrammaticalErrorStyle { get; }
Visual Basic
Public Overridable ReadOnly Property GrammaticalErrorStyle As Style
	Get
Visual C++
public:
virtual property Style^ GrammaticalErrorStyle {
	Style^ get ();
}

Field Value

Style applied to the grammatical error on the grammar check dialog box.

Remarks

Use this property to set the style applied to the grammatical error on the grammar check dialog box.

See Also