Version

UnderlinedError Constructor(UltraSpellChecker,Error,AsYouTypeManager)

Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal spellChecker As UltraSpellChecker, _
   ByVal error As Error, _
   ByVal owningManager As AsYouTypeManager _
)
public UnderlinedError( 
   UltraSpellChecker spellChecker,
   Error error,
   AsYouTypeManager owningManager
)

Parameters

spellChecker
The UltraSpellChecker which created this underline.
error
The error information describing the misspelled word.
owningManager
The AsYouTypeManager which owns this underline.
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