Find.MatchControl Property

Word Developer Reference

True if find operations match text with matching bidirectional control characters in a right-to-left language document. Read/write Boolean.

Syntax

expression.MatchControl

expression   An expression that returns a Find object.

Example

This example sets the current find operation to match bidirectional control characters.

Visual Basic for Applications
  Selection.Find.MatchControl = True

See Also