Find.MatchAllWordForms Property

Definition

Determines if all forms of the text to find are found by the find operation (for instance, if the text to find is "sit," "sat" and "sitting" are found as well).

public:
 property bool MatchAllWordForms { bool get(); void set(bool value); };
public bool MatchAllWordForms { get; set; }
member this.MatchAllWordForms : bool with get, set
Public Property MatchAllWordForms As Boolean

Property Value

Remarks

This property returns True if all forms of the text to find are found by the find operation (for instance, if the text to find is "sit," "sat" and "sitting" are found as well), and False if not. Set the property value to True or False to enable or disable the functionality.

Use the Text property of the Find object or the FindText argument with the Execute(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method to specify the text to be searched for in a document.

Applies to