UltimateSpell Class Library

Speller.IgnoreFilenames Property

Gets or sets a value that indicates whether to ignore filenames.

[Visual Basic]
Public Property IgnoreFilenames As Boolean
[C#]
public bool IgnoreFilenames {get; set;}

Property Value

true if filenames are ignored; otherwise, false. The default value is true.

Remarks

Use this property to ignore filenames.

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace