Gets or sets a value that indicates whether to ignore repeated words.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
| C# |
|---|
public virtual bool IgnoreRepeatedWords { get; set; } |
| Visual Basic |
|---|
Public Overridable Property IgnoreRepeatedWords As Boolean
Get
Set |
| Visual C++ |
|---|
public:
virtual property bool IgnoreRepeatedWords {
bool get ();
void set (bool value);
} |
Field Value
true if repeated words are ignored; otherwise,
false. The default value is
false.
Remarks
See Also