Type Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the spelling error type.

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

Syntax

C#
public SpellError..::..ErrorType Type { get; set; }
Visual Basic
Public Property Type As SpellError..::..ErrorType
	Get
	Set
Visual C++
public:
property SpellError..::..ErrorType Type {
	SpellError..::..ErrorType get ();
	void set (SpellError..::..ErrorType value);
}

Field Value

Spelling error type.

Remarks

Use this property to set the spelling error type to a value in ErrorType enumeration.

See Also