Find.ClearHitHighlight Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the highlighting for all text located in a hit highlighting find operation, and returns a Boolean that represents whether the operation was successful.
public:
bool ClearHitHighlight();
public bool ClearHitHighlight ();
abstract member ClearHitHighlight : unit -> bool
Public Function ClearHitHighlight () As Boolean
Returns
Boolean
Remarks
Use the HitHighlight(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method to highlight found text.