Keyoti RapidSpell Desktop .NET API Docs
DeHighlightText Method (theBadWord)
APIKeyoti.RapidSpellRapidSpellAsYouTypeAgentDeHighlightText(BadWord)
Keyoti RapidSpell Desktop .NET
Removes a highlight from a bad word in the text component
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected virtual void DeHighlightText(
	BadWord theBadWord
)
protected virtual void DeHighlightText(
	BadWord theBadWord
)
Protected Overridable Sub DeHighlightText ( 
	theBadWord As BadWord
)
Protected Overridable Sub DeHighlightText ( 
	theBadWord As BadWord
)
protected:
virtual void DeHighlightText(
	BadWord^ theBadWord
)
protected:
virtual void DeHighlightText(
	BadWord^ theBadWord
)
abstract DeHighlightText : 
        theBadWord : BadWord -> unit 
override DeHighlightText : 
        theBadWord : BadWord -> unit 
abstract DeHighlightText : 
        theBadWord : BadWord -> unit 
override DeHighlightText : 
        theBadWord : BadWord -> unit 
Parameters
theBadWord (BadWord)
Remarks
The word specified by theBadWord does not necessarily have to have been identified as "bad", before this method is called. The location of theBadWord must be relative to the checkFromPosition.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412