Version

IgnoreError Method (UltraSpellChecker)

Ignores the specified error in the spell check target.
Syntax
'Declaration
 
Public Sub IgnoreError( _
   ByVal spellCheckTarget As Object, _
   ByVal error As Error _
) 
public void IgnoreError( 
   object spellCheckTarget,
   Error error
)

Parameters

spellCheckTarget
The spell checked control where the error exists.
error
The error to be ignored. If it does not exist in the control's text, nothing will happen.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also