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.6.3649.28014

Syntax

C#
public virtual Style GrammaticalErrorStyle { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property GrammaticalErrorStyle As Style
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