Find.Highlight Property

Definition

Determines if highlight formatting is included in the find criteria.

public:
 property int Highlight { int get(); void set(int value); };
public int Highlight { get; set; }
member this.Highlight : int with get, set
Public Property Highlight As Integer

Property Value

Remarks

The wdUndefined value can be used with the Find object to ignore the state of highlight formatting in the selection or range that is searched.

This property returns True if highlight formatting is included in the find criteria. Can return or be set to True, False, or wdUndefined.

Applies to