Find.Highlight Property
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.
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.