MisspelledWordStyle Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the style applied to the misspelled word on the spell check dialog box.

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

Syntax

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

Field Value

Style applied to the misspelled word on the spell check dialog box.

Remarks

Use this property to set the style applied to the misspelled word on the spell check dialog box.

See Also