Find.ClearHitHighlight Method

Definition

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.

Applies to