






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