Version

GetErrorAtPoint Method (AsYouTypeManager)

Gets the UnderlinedError describing a misspelled word and its suggestions. This word is displayed in the spell checked control at the specified client coordinates. Null is returned if the word at the location is spelled correctly or if there is no word at the location.
Syntax
'Declaration
 
Public Function GetErrorAtPoint( _
   ByVal location As Point _
) As UnderlinedError
public UnderlinedError GetErrorAtPoint( 
   Point location
)

Parameters

location
The client coordinates in the spell checked control where the word is.

Return Value

An UnderlinedError instance describing the error. Null if there is no misspelled word at the location.
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